Method: Atatus::Config#assign
- Defined in:
- lib/atatus/config.rb
#assign(update) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
151 152 153 154 |
# File 'lib/atatus/config.rb', line 151 def assign(update) return unless update update.each { |key, value| send(:"#{key}=", value) } end |