Class: OpsworksRollingDeploy::Commands::DescribeCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/opsworks_rolling_deploy/commands/describe.rb,
lib/opsworks_rolling_deploy/commands/describe_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



11
12
13
# File 'lib/opsworks_rolling_deploy/commands/describe.rb', line 11

def execute
  OpsworksRollingDeploy::Services::DescribeService.new.describe(stack, app, layer)
end