Class: AdWords::V13::ReportService::ScheduleReportJob
- Inherits:
-
Object
- Object
- AdWords::V13::ReportService::ScheduleReportJob
- Defined in:
- lib/adwords4r/v13/ReportService.rb
Overview
scheduleReportJob
-
job - AdWords::V13::ReportService::ReportJob
Instance Attribute Summary collapse
-
#job ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(job = nil) ⇒ ScheduleReportJob
constructor
A new instance of ScheduleReportJob.
Constructor Details
#initialize(job = nil) ⇒ ScheduleReportJob
Returns a new instance of ScheduleReportJob.
290 291 292 |
# File 'lib/adwords4r/v13/ReportService.rb', line 290 def initialize(job = nil) @job = job end |
Instance Attribute Details
#job ⇒ Object
:nodoc: all
288 289 290 |
# File 'lib/adwords4r/v13/ReportService.rb', line 288 def job @job end |