Method: Dynamoid::Fields#attributes
- Defined in:
- lib/dynamoid/fields.rb
#attributes ⇒ Object Also known as: raw_attributes
You can access the attributes of an object directly on its attributes method, which is by default an empty hash.
108 109 110 |
# File 'lib/dynamoid/fields.rb', line 108 def attributes @attributes end |