Method: Dropwallet::Core::Model#write_attribute
- Defined in:
- lib/dropwallet/core/model.rb
#write_attribute(key, value) ⇒ Object
44 45 46 |
# File 'lib/dropwallet/core/model.rb', line 44 def write_attribute(key, value) @attributes[key.to_s] = value end |