class AdwordsApi::V201809::CustomerSyncService::CustomerSyncService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/adwords_api/v201809/customer_sync_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://adwords.google.com/api/adwords/ch/v201809' super(config, endpoint, namespace, :v201809) end
Public Instance Methods
get(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/customer_sync_service.rb, line 20 def get(*args, &block) return execute_action('get', args, &block) end
get_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/customer_sync_service.rb, line 24 def get_to_xml(*args) return get_soap_xml('get', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/adwords_api/v201809/customer_sync_service.rb, line 34 def get_module() return AdwordsApi::V201809::CustomerSyncService end
get_service_registry()
click to toggle source
# File lib/adwords_api/v201809/customer_sync_service.rb, line 30 def get_service_registry() return CustomerSyncServiceRegistry end