class Essay::AttributeFeatures

Attributes

attribute[R]
this_attribute[R]

Public Class Methods

new(env) click to toggle source
Calls superclass method Essay::AbstractFeatures::new
# File lib/essay/attribute/attribute_features.rb, line 11
def initialize(env)
  super
  @attribute = env.fetch(:attribute)
end