Class: ATS::CLI::AMP4E::Events

Inherits:
Command
  • Object
show all
Defined in:
lib/ats/cli/amp4e/events.rb

Instance Method Summary collapse

Methods inherited from Command

printable_commands

Instance Method Details

#listObject



6
7
8
# File 'lib/ats/cli/amp4e/events.rb', line 6

def list
  print_json api.events.list
end

#typesObject



11
12
13
# File 'lib/ats/cli/amp4e/events.rb', line 11

def types
  print_json api.events.types
end