Class: AdwordsApi::V201603::ManagedCustomerService::ManagedCustomerService

Inherits:
AdsCommon::SavonService
  • Object
show all
Defined in:
lib/adwords_api/v201603/managed_customer_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ ManagedCustomerService

Returns a new instance of ManagedCustomerService.



15
16
17
18
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 15

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

Instance Method Details

#get(*args, &block) ⇒ Object



20
21
22
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 20

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

#get_pending_invitations(*args, &block) ⇒ Object



28
29
30
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 28

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

#get_pending_invitations_to_xml(*args) ⇒ Object



32
33
34
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 32

def get_pending_invitations_to_xml(*args)
  return get_soap_xml('get_pending_invitations', args)
end

#get_to_xml(*args) ⇒ Object



24
25
26
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 24

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

#mutate(*args, &block) ⇒ Object



36
37
38
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 36

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

#mutate_label(*args, &block) ⇒ Object



44
45
46
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 44

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

#mutate_label_to_xml(*args) ⇒ Object



48
49
50
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 48

def mutate_label_to_xml(*args)
  return get_soap_xml('mutate_label', args)
end


52
53
54
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 52

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


56
57
58
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 56

def mutate_link_to_xml(*args)
  return get_soap_xml('mutate_link', args)
end

#mutate_manager(*args, &block) ⇒ Object



60
61
62
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 60

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

#mutate_manager_to_xml(*args) ⇒ Object



64
65
66
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 64

def mutate_manager_to_xml(*args)
  return get_soap_xml('mutate_manager', args)
end

#mutate_to_xml(*args) ⇒ Object



40
41
42
# File 'lib/adwords_api/v201603/managed_customer_service.rb', line 40

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