Class: Mccloud::Command::StatusCommand
- Defined in:
- lib/mccloud/command/status.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Helpers
Constructor Details
This class inherits a constructor from Mccloud::Command::Base
Instance Method Details
#execute ⇒ Object
11 12 13 14 15 16 |
# File 'lib/mccloud/command/status.rb', line 11 def execute env.load! env.config.providers.each do |provider_name,provider_instance| provider_instance.status(name,) end end |