Class: Mccloud::Command::StatusCommand

Inherits:
Base
  • Object
show all
Defined in:
lib/mccloud/command/status.rb

Instance Attribute Summary

Attributes inherited from Base

#env

Instance Method Summary collapse

Methods inherited from Base

#initialize, register

Methods included from Helpers

#initialize_environment

Constructor Details

This class inherits a constructor from Mccloud::Command::Base

Instance Method Details

#executeObject



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,options)
  end
end