Method: Dynamoid::Fields#attributes_before_type_cast
- Defined in:
- lib/dynamoid/fields.rb
#attributes_before_type_cast ⇒ Object
Returns a hash of attributes before typecasting
142 143 144 |
# File 'lib/dynamoid/fields.rb', line 142 def attributes_before_type_cast @attributes_before_type_cast end |