Method: SimpleRecord::Attributes#get_attribute_sdb
- Defined in:
- lib/simple_record/attributes.rb
#get_attribute_sdb(name) ⇒ Object
318 319 320 321 322 |
# File 'lib/simple_record/attributes.rb', line 318 def get_attribute_sdb(name) name = name.to_sym ret = strip_array(@attributes[sdb_att_name(name)]) return ret end |