class AdManagerApi::V202011::CustomFieldService::CustomFieldService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202011' super(config, endpoint, namespace, :v202011) end
Public Instance Methods
create_custom_field_options(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 20 def create_custom_field_options(*args, &block) return execute_action('create_custom_field_options', args, &block) end
create_custom_field_options_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 24 def create_custom_field_options_to_xml(*args) return get_soap_xml('create_custom_field_options', args) end
create_custom_fields(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 28 def create_custom_fields(*args, &block) return execute_action('create_custom_fields', args, &block) end
create_custom_fields_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 32 def create_custom_fields_to_xml(*args) return get_soap_xml('create_custom_fields', args) end
get_custom_field_option(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 36 def get_custom_field_option(*args, &block) return execute_action('get_custom_field_option', args, &block) end
get_custom_field_option_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 40 def get_custom_field_option_to_xml(*args) return get_soap_xml('get_custom_field_option', args) end
get_custom_fields_by_statement(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 44 def get_custom_fields_by_statement(*args, &block) return execute_action('get_custom_fields_by_statement', args, &block) end
get_custom_fields_by_statement_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 48 def get_custom_fields_by_statement_to_xml(*args) return get_soap_xml('get_custom_fields_by_statement', args) end
perform_custom_field_action(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 52 def perform_custom_field_action(*args, &block) return execute_action('perform_custom_field_action', args, &block) end
perform_custom_field_action_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 56 def perform_custom_field_action_to_xml(*args) return get_soap_xml('perform_custom_field_action', args) end
update_custom_field_options(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 60 def update_custom_field_options(*args, &block) return execute_action('update_custom_field_options', args, &block) end
update_custom_field_options_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 64 def update_custom_field_options_to_xml(*args) return get_soap_xml('update_custom_field_options', args) end
update_custom_fields(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 68 def update_custom_fields(*args, &block) return execute_action('update_custom_fields', args, &block) end
update_custom_fields_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 72 def update_custom_fields_to_xml(*args) return get_soap_xml('update_custom_fields', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 82 def get_module() return AdManagerApi::V202011::CustomFieldService end
get_service_registry()
click to toggle source
# File lib/ad_manager_api/v202011/custom_field_service.rb, line 78 def get_service_registry() return CustomFieldServiceRegistry end