Class: AdwordsApi::V201509::CampaignSharedSetService::CampaignSharedSetService

Inherits:
AdsCommon::SavonService
  • Object
show all
Defined in:
lib/adwords_api/v201509/campaign_shared_set_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ CampaignSharedSetService

Returns a new instance of CampaignSharedSetService.



15
16
17
18
# File 'lib/adwords_api/v201509/campaign_shared_set_service.rb', line 15

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

Instance Method Details

#get(*args, &block) ⇒ Object



20
21
22
# File 'lib/adwords_api/v201509/campaign_shared_set_service.rb', line 20

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

#get_to_xml(*args) ⇒ Object



24
25
26
# File 'lib/adwords_api/v201509/campaign_shared_set_service.rb', line 24

def get_to_xml(*args)
  return get_soap_xml('get', args)
end

#mutate(*args, &block) ⇒ Object



28
29
30
# File 'lib/adwords_api/v201509/campaign_shared_set_service.rb', line 28

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

#mutate_to_xml(*args) ⇒ Object



32
33
34
# File 'lib/adwords_api/v201509/campaign_shared_set_service.rb', line 32

def mutate_to_xml(*args)
  return get_soap_xml('mutate', args)
end

#query(*args, &block) ⇒ Object



36
37
38
# File 'lib/adwords_api/v201509/campaign_shared_set_service.rb', line 36

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

#query_to_xml(*args) ⇒ Object



40
41
42
# File 'lib/adwords_api/v201509/campaign_shared_set_service.rb', line 40

def query_to_xml(*args)
  return get_soap_xml('query', args)
end