Class: AdwordsApi::V201109::MutateJobService::MutateJobService

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

Instance Method Summary collapse

Constructor Details

#initialize(api, endpoint) ⇒ MutateJobService

Returns a new instance of MutateJobService.



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

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

Instance Method Details

#get(*args, &block) ⇒ Object



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

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

#get_result(*args, &block) ⇒ Object



24
25
26
# File 'lib/adwords_api/v201109/mutate_job_service.rb', line 24

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

#mutate(*args, &block) ⇒ Object



28
29
30
# File 'lib/adwords_api/v201109/mutate_job_service.rb', line 28

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