class Essay::AttributeCollection

Protected Instance Methods

construct_features(name) click to toggle source
# File lib/essay/attribute/attribute_collection.rb, line 8
def construct_features(name)
  Essay::AttributeFeatures.new(env.merge(attribute: traits.attributes.fetch(name)))
end