Method: Urbanairship::Automations::Automation#list_automations
- Defined in:
- lib/urbanairship/automations/automation.rb
#list_automations ⇒ Object
32 33 34 35 36 37 38 39 |
# File 'lib/urbanairship/automations/automation.rb', line 32 def list_automations response = @client.send_request( method: 'GET', path: pipelines_path(format_url_with_params) ) logger.info("Looking up automations for project") response end |