Class: Remover::Configuration
- Inherits:
-
Object
- Object
- Remover::Configuration
- Defined in:
- lib/remover/configuration.rb
Constant Summary collapse
- OPTIONS =
%i(organization login password)
Instance Method Summary collapse
Instance Method Details
#load_from_options!(options) ⇒ Object
7 8 9 10 11 |
# File 'lib/remover/configuration.rb', line 7 def () OPTIONS.each do |option| send("#{option}=", [option.to_s]) end end |