Class: Basecamp::Services::AutomationService
- Inherits:
-
BaseService
- Object
- BaseService
- Basecamp::Services::AutomationService
- Defined in:
- lib/basecamp/generated/services/automation_service.rb
Overview
Service for Automation operations
Instance Method Summary collapse
-
#list_lineup_markers ⇒ Hash
List all lineup markers for the account.
Constructor Details
This class inherits a constructor from Basecamp::Services::BaseService
Instance Method Details
#list_lineup_markers ⇒ Hash
List all lineup markers for the account
12 13 14 15 16 |
# File 'lib/basecamp/generated/services/automation_service.rb', line 12 def list_lineup_markers() with_operation(service: "automation", operation: "list_lineup_markers", is_mutation: false) do http_get("/lineup/markers.json").json end end |