Sha256: 617355ebe520a26e8cb580f2dceffc5c1cae28ff036625bcd8a0f1e32acc59e5
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true require 'essay/abstract_features' require 'essay/helpers/attribute_helper' module Essay class AttributeFeatures < AbstractFeatures include AttributeHelper def initialize(env) super @attribute_name = env.fetch(:attribute_name) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
essay-1.0.2 | lib/essay/attribute/attribute_features.rb |
essay-1.0.1 | lib/essay/attribute/attribute_features.rb |