Class: AdwordsApi::V201109::CreateAccountService::CreateAccountService

Inherits:
AdsCommon::SavonService
  • Object
show all
Defined in:
lib/adwords_api/v201109/create_account_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(api, endpoint) ⇒ CreateAccountService

Returns a new instance of CreateAccountService.



15
16
17
18
# File 'lib/adwords_api/v201109/create_account_service.rb', line 15

def initialize(api, endpoint)
  namespace = 'https://adwords.google.com/api/adwords/mcm/v201109'
  super(api, endpoint, namespace, :v201109)
end

Instance Method Details

#mutate(*args, &block) ⇒ Object



20
21
22
# File 'lib/adwords_api/v201109/create_account_service.rb', line 20

def mutate(*args, &block)
  return execute_action('mutate', args, &block)
end