Class: Commands::DescribeActionCommand

Inherits:
AbstractListCommand show all
Defined in:
lib/commands.rb

Instance Attribute Summary

Attributes inherited from AbstractListCommand

#active, #all, #created_after, #created_before, #max_results, #no_steps, #state

Attributes inherited from Command

#arg, #commands, #description, #logger, #name

Instance Method Summary collapse

Methods inherited from Command

#get_field, #has_value, #have, #initialize, #option, #require, #require_single_jobflow, #resolve, #validate

Constructor Details

This class inherits a constructor from Commands::Command

Instance Method Details

#enact(client) ⇒ Object



1039
1040
1041
1042
# File 'lib/commands.rb', line 1039

def enact(client)
  result = super(client)
  logger.puts(JSON.pretty_generate(result))
end