class AdManagerApi::V202108::ForecastService::ForecastService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/ad_manager_api/v202108/forecast_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202108' super(config, endpoint, namespace, :v202108) end
Public Instance Methods
get_availability_forecast(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 20 def get_availability_forecast(*args, &block) return execute_action('get_availability_forecast', args, &block) end
get_availability_forecast_by_id(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 28 def get_availability_forecast_by_id(*args, &block) return execute_action('get_availability_forecast_by_id', args, &block) end
get_availability_forecast_by_id_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 32 def get_availability_forecast_by_id_to_xml(*args) return get_soap_xml('get_availability_forecast_by_id', args) end
get_availability_forecast_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 24 def get_availability_forecast_to_xml(*args) return get_soap_xml('get_availability_forecast', args) end
get_delivery_forecast(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 36 def get_delivery_forecast(*args, &block) return execute_action('get_delivery_forecast', args, &block) end
get_delivery_forecast_by_ids(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 44 def get_delivery_forecast_by_ids(*args, &block) return execute_action('get_delivery_forecast_by_ids', args, &block) end
get_delivery_forecast_by_ids_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 48 def get_delivery_forecast_by_ids_to_xml(*args) return get_soap_xml('get_delivery_forecast_by_ids', args) end
get_delivery_forecast_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 40 def get_delivery_forecast_to_xml(*args) return get_soap_xml('get_delivery_forecast', args) end
get_traffic_data(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 52 def get_traffic_data(*args, &block) return execute_action('get_traffic_data', args, &block) end
get_traffic_data_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 56 def get_traffic_data_to_xml(*args) return get_soap_xml('get_traffic_data', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 66 def get_module() return AdManagerApi::V202108::ForecastService end
get_service_registry()
click to toggle source
# File lib/ad_manager_api/v202108/forecast_service.rb, line 62 def get_service_registry() return ForecastServiceRegistry end