class Commands::DescribeActionCommand

Public Instance Methods

enact(client) click to toggle source
Calls superclass method Commands::AbstractListCommand#enact
# File lib/commands.rb, line 1039
def enact(client)
  result = super(client)
  logger.puts(JSON.pretty_generate(result))
end