class AdManagerApi::V202011::ReportService::ReportService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/ad_manager_api/v202011/report_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
get_report_download_url(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 20 def get_report_download_url(*args, &block) return execute_action('get_report_download_url', args, &block) end
get_report_download_url_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 24 def get_report_download_url_to_xml(*args) return get_soap_xml('get_report_download_url', args) end
get_report_download_url_with_options(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 28 def get_report_download_url_with_options(*args, &block) return execute_action('get_report_download_url_with_options', args, &block) end
get_report_download_url_with_options_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 32 def get_report_download_url_with_options_to_xml(*args) return get_soap_xml('get_report_download_url_with_options', args) end
get_report_job_status(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 36 def get_report_job_status(*args, &block) return execute_action('get_report_job_status', args, &block) end
get_report_job_status_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 40 def get_report_job_status_to_xml(*args) return get_soap_xml('get_report_job_status', args) end
get_saved_queries_by_statement(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 44 def get_saved_queries_by_statement(*args, &block) return execute_action('get_saved_queries_by_statement', args, &block) end
get_saved_queries_by_statement_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 48 def get_saved_queries_by_statement_to_xml(*args) return get_soap_xml('get_saved_queries_by_statement', args) end
run_report_job(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 52 def run_report_job(*args, &block) return execute_action('run_report_job', args, &block) end
run_report_job_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 56 def run_report_job_to_xml(*args) return get_soap_xml('run_report_job', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 66 def get_module() return AdManagerApi::V202011::ReportService end
get_service_registry()
click to toggle source
# File lib/ad_manager_api/v202011/report_service.rb, line 62 def get_service_registry() return ReportServiceRegistry end