Method: Buildbox::Configuration#update
- Defined in:
- lib/buildbox/configuration.rb
#update(attributes) ⇒ Object
29 30 31 32 |
# File 'lib/buildbox/configuration.rb', line 29 def update(attributes) attributes.each_pair { |key, value| self[key] = value } save end |