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.
283 284 285 |
# File 'lib/dynamoid/fields.rb', line 283 def attributes @attributes end |