Class: AdWords::V13::ReportService::ValidateReportJob

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v13/ReportService.rb

Overview

validateReportJob

  • job - AdWords::V13::ReportService::ReportJob

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#jobObject

:nodoc: all



308
309
310
# File 'lib/adwords4r/v13/ReportService.rb', line 308

def job
  @job
end