Class: Basecamp::Services::AutomationService

Inherits:
BaseService
  • Object
show all
Defined in:
lib/basecamp/generated/services/automation_service.rb

Overview

Service for Automation operations

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from Basecamp::Services::BaseService

Instance Method Details

#list_lineup_markersHash

List all lineup markers for the account

Returns:

  • (Hash)

    response data



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