Module: Humanoid::Extensions::Object::Conversions::InstanceMethods
- Defined in:
- lib/humanoid/extensions/object/conversions.rb
Instance Method Summary collapse
-
#humanoidize ⇒ Object
Converts this object to a hash of attributes.
Instance Method Details
#humanoidize ⇒ Object
Converts this object to a hash of attributes
16 17 18 |
# File 'lib/humanoid/extensions/object/conversions.rb', line 16 def humanoidize self.attributes end |