class ATS::CLI::AMP4E::Events

Public Instance Methods

list() click to toggle source
# File lib/ats/cli/amp4e/events.rb, line 6
def list
  print_json api.events.list
end
types() click to toggle source
# File lib/ats/cli/amp4e/events.rb, line 11
def types
  print_json api.events.types
end