Method: Modis::Attribute#write_attribute
- Defined in:
- lib/modis/attribute.rb
#write_attribute(key, value) ⇒ Object
85 86 87 |
# File 'lib/modis/attribute.rb', line 85 def write_attribute(key, value) attributes[key.to_s] = value end |