class Essay::AttributeFeatures::Base
Attributes
attribute[R]
this_attribute[R]
Public Class Methods
new(env)
click to toggle source
Calls superclass method
Essay::AbstractFeature::new
# File lib/essay/attribute/base_feature.rb, line 11 def initialize(env) super @attribute = env.fetch(:attribute) end