Class: DewBaseCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- DewBaseCommand
- Defined in:
- lib/dew/base_command.rb
Instance Method Summary collapse
Instance Method Details
#configure ⇒ Object
2 3 4 5 6 7 |
# File 'lib/dew/base_command.rb', line 2 def configure $debug = debug? Inform.level = quiet? ? :warning : (verbose? ? :debug : :info) Cloud.region = region Cloud.account_name = account end |
#execute ⇒ Object
9 10 11 12 |
# File 'lib/dew/base_command.rb', line 9 def execute configure super end |