Class: AdManagerApi::V202511::AdsTxtService::AdsTxtService
- Inherits:
-
AdsCommon::SavonService
- Object
- AdsCommon::SavonService
- AdManagerApi::V202511::AdsTxtService::AdsTxtService
- Defined in:
- lib/ad_manager_api/v202511/ads_txt_service.rb
Instance Method Summary collapse
- #get_mcm_supply_chain_diagnostics_download_url(*args, &block) ⇒ Object
- #get_mcm_supply_chain_diagnostics_download_url_to_xml(*args) ⇒ Object
-
#initialize(config, endpoint) ⇒ AdsTxtService
constructor
A new instance of AdsTxtService.
Constructor Details
#initialize(config, endpoint) ⇒ AdsTxtService
Returns a new instance of AdsTxtService.
15 16 17 18 |
# File 'lib/ad_manager_api/v202511/ads_txt_service.rb', line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202511' super(config, endpoint, namespace, :v202511) end |
Instance Method Details
#get_mcm_supply_chain_diagnostics_download_url(*args, &block) ⇒ Object
20 21 22 |
# File 'lib/ad_manager_api/v202511/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) ⇒ Object
24 25 26 |
# File 'lib/ad_manager_api/v202511/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 |