Module: Automation::API::Requests::AccountOwner

Includes:
Helper
Included in:
Client
Defined in:
lib/automation/api/requests/account_owner.rb

Overview

Automation::API::Requests::AccountOwner

Instance Method Summary collapse

Instance Method Details

#account_ownerObject



12
13
14
# File 'lib/automation/api/requests/account_owner.rb', line 12

def 
  get("#{@base_uri}/account_owner")
end

#update_account_owner(params) ⇒ Object



16
17
18
# File 'lib/automation/api/requests/account_owner.rb', line 16

def (params)
  patch("#{@base_uri}/account_owner", params: params)
end