class AdManagerApi::V202408::AdsTxtService::AdsTxtService

Public Class Methods

new(config, endpoint) click to toggle source
Calls superclass method
# File lib/ad_manager_api/v202408/ads_txt_service.rb, line 15
def initialize(config, endpoint)
  namespace = 'https://www.google.com/apis/ads/publisher/v202408'
  super(config, endpoint, namespace, :v202408)
end

Public Instance Methods

get_mcm_supply_chain_diagnostics_download_url(*args, &block) click to toggle source
# File lib/ad_manager_api/v202408/ads_txt_service.rb, line 20
def get_mcm_supply_chain_diagnostics_download_url(*args, &block)
  return execute_action('get_mcm_supply_chain_diagnostics_download_url', args, &block)
end
get_mcm_supply_chain_diagnostics_download_url_to_xml(*args) click to toggle source
# File lib/ad_manager_api/v202408/ads_txt_service.rb, line 24
def get_mcm_supply_chain_diagnostics_download_url_to_xml(*args)
  return get_soap_xml('get_mcm_supply_chain_diagnostics_download_url', args)
end

Private Instance Methods

get_module() click to toggle source
# File lib/ad_manager_api/v202408/ads_txt_service.rb, line 34
def get_module()
  return AdManagerApi::V202408::AdsTxtService
end
get_service_registry() click to toggle source
# File lib/ad_manager_api/v202408/ads_txt_service.rb, line 30
def get_service_registry()
  return AdsTxtServiceRegistry
end