class AdwordsApi::V201809::ConstantDataService::ConstantDataService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/adwords_api/v201809/constant_data_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://adwords.google.com/api/adwords/cm/v201809' super(config, endpoint, namespace, :v201809) end
Public Instance Methods
get_age_range_criterion(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 20 def get_age_range_criterion(*args, &block) return execute_action('get_age_range_criterion', args, &block) end
get_age_range_criterion_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 24 def get_age_range_criterion_to_xml(*args) return get_soap_xml('get_age_range_criterion', args) end
get_carrier_criterion(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 28 def get_carrier_criterion(*args, &block) return execute_action('get_carrier_criterion', args, &block) end
get_carrier_criterion_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 32 def get_carrier_criterion_to_xml(*args) return get_soap_xml('get_carrier_criterion', args) end
get_gender_criterion(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 36 def get_gender_criterion(*args, &block) return execute_action('get_gender_criterion', args, &block) end
get_gender_criterion_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 40 def get_gender_criterion_to_xml(*args) return get_soap_xml('get_gender_criterion', args) end
get_language_criterion(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 44 def get_language_criterion(*args, &block) return execute_action('get_language_criterion', args, &block) end
get_language_criterion_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 48 def get_language_criterion_to_xml(*args) return get_soap_xml('get_language_criterion', args) end
get_mobile_app_category_criterion(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 52 def get_mobile_app_category_criterion(*args, &block) return execute_action('get_mobile_app_category_criterion', args, &block) end
get_mobile_app_category_criterion_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 56 def get_mobile_app_category_criterion_to_xml(*args) return get_soap_xml('get_mobile_app_category_criterion', args) end
get_mobile_device_criterion(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 60 def get_mobile_device_criterion(*args, &block) return execute_action('get_mobile_device_criterion', args, &block) end
get_mobile_device_criterion_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 64 def get_mobile_device_criterion_to_xml(*args) return get_soap_xml('get_mobile_device_criterion', args) end
get_operating_system_version_criterion(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 68 def get_operating_system_version_criterion(*args, &block) return execute_action('get_operating_system_version_criterion', args, &block) end
get_operating_system_version_criterion_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 72 def get_operating_system_version_criterion_to_xml(*args) return get_soap_xml('get_operating_system_version_criterion', args) end
get_product_bidding_category_data(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 76 def get_product_bidding_category_data(*args, &block) return execute_action('get_product_bidding_category_data', args, &block) end
get_product_bidding_category_data_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 80 def get_product_bidding_category_data_to_xml(*args) return get_soap_xml('get_product_bidding_category_data', args) end
get_user_interest_criterion(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 84 def get_user_interest_criterion(*args, &block) return execute_action('get_user_interest_criterion', args, &block) end
get_user_interest_criterion_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 88 def get_user_interest_criterion_to_xml(*args) return get_soap_xml('get_user_interest_criterion', args) end
get_vertical_criterion(*args, &block)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 92 def get_vertical_criterion(*args, &block) return execute_action('get_vertical_criterion', args, &block) end
get_vertical_criterion_to_xml(*args)
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 96 def get_vertical_criterion_to_xml(*args) return get_soap_xml('get_vertical_criterion', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 106 def get_module() return AdwordsApi::V201809::ConstantDataService end
get_service_registry()
click to toggle source
# File lib/adwords_api/v201809/constant_data_service.rb, line 102 def get_service_registry() return ConstantDataServiceRegistry end