Module: Fathom::AttributeSystem::InstanceMethods
- Defined in:
- lib/fathom/behaviors/attribute_system.rb
Instance Method Summary collapse
-
#attributes ⇒ Object
Defines an attributes getter and defaults it to a Hash.
Instance Method Details
#attributes ⇒ Object
Defines an attributes getter and defaults it to a Hash.
83 84 85 |
# File 'lib/fathom/behaviors/attribute_system.rb', line 83 def attributes @attributes ||= {} end |