class AdwordsApi::V201809::CustomerService::CustomerService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/adwords_api/v201809/customer_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://adwords.google.com/api/adwords/mcm/v201809' super(config, endpoint, namespace, :v201809) end
Public Instance Methods
get_customers(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/customer_service.rb, line 20 def get_customers(*args, &block) return execute_action('get_customers', args, &block) end
get_customers_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/customer_service.rb, line 24 def get_customers_to_xml(*args) return get_soap_xml('get_customers', args) end
get_service_links(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/customer_service.rb, line 28 def get_service_links(*args, &block) return execute_action('get_service_links', args, &block) end
get_service_links_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/customer_service.rb, line 32 def get_service_links_to_xml(*args) return get_soap_xml('get_service_links', args) end
mutate(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/customer_service.rb, line 36 def mutate(*args, &block) return execute_action('mutate', args, &block) end
mutate_service_links(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/customer_service.rb, line 44 def mutate_service_links(*args, &block) return execute_action('mutate_service_links', args, &block) end
mutate_service_links_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/customer_service.rb, line 48 def mutate_service_links_to_xml(*args) return get_soap_xml('mutate_service_links', args) end
mutate_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/customer_service.rb, line 40 def mutate_to_xml(*args) return get_soap_xml('mutate', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/adwords_api/v201809/customer_service.rb, line 58 def get_module() return AdwordsApi::V201809::CustomerService end
get_service_registry()
click to toggle source
# File lib/adwords_api/v201809/customer_service.rb, line 54 def get_service_registry() return CustomerServiceRegistry end