Class: OpsworksRollingDeploy::Commands::DescribeCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- OpsworksRollingDeploy::Commands::DescribeCommand
- Defined in:
- lib/opsworks_rolling_deploy/commands/describe.rb,
lib/opsworks_rolling_deploy/commands/describe_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
11 12 13 |
# File 'lib/opsworks_rolling_deploy/commands/describe.rb', line 11 def execute OpsworksRollingDeploy::Services::DescribeService.new.describe(stack, app, layer) end |