Class: DfpApi::V201405::ReportService::ReportService

Inherits:
AdsCommon::SavonService
  • Object
show all
Defined in:
lib/dfp_api/v201405/report_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ ReportService

Returns a new instance of ReportService.



15
16
17
18
# File 'lib/dfp_api/v201405/report_service.rb', line 15

def initialize(config, endpoint)
  namespace = 'https://www.google.com/apis/ads/publisher/v201405'
  super(config, endpoint, namespace, :v201405)
end

Instance Method Details

#get_report_download_url(*args, &block) ⇒ Object



20
21
22
# File 'lib/dfp_api/v201405/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_with_options(*args, &block) ⇒ Object



24
25
26
# File 'lib/dfp_api/v201405/report_service.rb', line 24

def get_report_download_url_with_options(*args, &block)
  return execute_action('get_report_download_url_with_options', args, &block)
end

#get_report_job(*args, &block) ⇒ Object



28
29
30
# File 'lib/dfp_api/v201405/report_service.rb', line 28

def get_report_job(*args, &block)
  return execute_action('get_report_job', args, &block)
end

#run_report_job(*args, &block) ⇒ Object



32
33
34
# File 'lib/dfp_api/v201405/report_service.rb', line 32

def run_report_job(*args, &block)
  return execute_action('run_report_job', args, &block)
end