Method: SQLRecord::Base#raw_attributes
- Defined in:
- lib/sql_record/base.rb
#raw_attributes ⇒ Object (readonly)
the raw attributes returned from a db query
12 13 14 |
# File 'lib/sql_record/base.rb', line 12 def raw_attributes @raw_attributes end |