Method: Mongify::Database::DataRow#write_attribute
- Defined in:
- lib/mongify/database/data_row.rb
#write_attribute(key, value) ⇒ Object
Used to manually write an attribute
36 37 38 |
# File 'lib/mongify/database/data_row.rb', line 36 def write_attribute(key, value) @hash[key.to_s] = value end |