class AdManagerApi::V202408::ContactService::ContactService
Public Class Methods
Source
# File lib/ad_manager_api/v202408/contact_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202408' super(config, endpoint, namespace, :v202408) end
Calls superclass method
Public Instance Methods
Source
# File lib/ad_manager_api/v202408/contact_service.rb, line 20 def create_contacts(*args, &block) return execute_action('create_contacts', args, &block) end
Source
# File lib/ad_manager_api/v202408/contact_service.rb, line 24 def create_contacts_to_xml(*args) return get_soap_xml('create_contacts', args) end
Source
# File lib/ad_manager_api/v202408/contact_service.rb, line 28 def get_contacts_by_statement(*args, &block) return execute_action('get_contacts_by_statement', args, &block) end
Source
# File lib/ad_manager_api/v202408/contact_service.rb, line 32 def get_contacts_by_statement_to_xml(*args) return get_soap_xml('get_contacts_by_statement', args) end
Source
# File lib/ad_manager_api/v202408/contact_service.rb, line 36 def update_contacts(*args, &block) return execute_action('update_contacts', args, &block) end
Source
# File lib/ad_manager_api/v202408/contact_service.rb, line 40 def update_contacts_to_xml(*args) return get_soap_xml('update_contacts', args) end
Private Instance Methods
Source
# File lib/ad_manager_api/v202408/contact_service.rb, line 50 def get_module() return AdManagerApi::V202408::ContactService end
Source
# File lib/ad_manager_api/v202408/contact_service.rb, line 46 def get_service_registry() return ContactServiceRegistry end