Class: AdWords::V13::ReportService::ValidateReportJob
- Inherits:
-
Object
- Object
- AdWords::V13::ReportService::ValidateReportJob
- Defined in:
- lib/adwords4r/v13/ReportService.rb
Overview
validateReportJob
-
job - AdWords::V13::ReportService::ReportJob
Instance Attribute Summary collapse
-
#job ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(job = nil) ⇒ ValidateReportJob
constructor
A new instance of ValidateReportJob.
Constructor Details
#initialize(job = nil) ⇒ ValidateReportJob
Returns a new instance of ValidateReportJob.
310 311 312 |
# File 'lib/adwords4r/v13/ReportService.rb', line 310 def initialize(job = nil) @job = job end |
Instance Attribute Details
#job ⇒ Object
:nodoc: all
308 309 310 |
# File 'lib/adwords4r/v13/ReportService.rb', line 308 def job @job end |