Method: SimpleRecord::Attributes#set_attribute_sdb
- Defined in:
- lib/simple_record/attributes.rb
#set_attribute_sdb(name, val) ⇒ Object
313 314 315 |
# File 'lib/simple_record/attributes.rb', line 313 def set_attribute_sdb(name, val) @attributes[sdb_att_name(name)] = val end |