Module: AttributesReader

Defined Under Namespace

Classes: Attributes, MissingAttributeError

Instance Method Summary collapse

Instance Method Details

#attributesObject



34
35
36
37
# File 'lib/attributes_reader.rb', line 34

def attributes
  @attributes ||= Attributes.new(self)
  return @attributes
end