Method: Rdm::ConfigScope#write_attribute
- Defined in:
- lib/rdm/config_scope.rb
#write_attribute(key, value) ⇒ Object
10 11 12 |
# File 'lib/rdm/config_scope.rb', line 10 def write_attribute(key, value) @attributes[key.to_s] = value end |