Class: ATS::CLI::AMP4E::Events
- Defined in:
- lib/ats/cli/amp4e/events.rb
Instance Method Summary collapse
Methods inherited from Command
Instance Method Details
#list ⇒ Object
6 7 8 |
# File 'lib/ats/cli/amp4e/events.rb', line 6 def list print_json api.events.list end |
#types ⇒ Object
11 12 13 |
# File 'lib/ats/cli/amp4e/events.rb', line 11 def types print_json api.events.types end |