Class: AdwordsApi::V13::ReportService::ValidateReportJob

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

Overview

validateReportJob

  • job - AdwordsApi::V13::ReportService::ReportJob

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(job = nil) ⇒ ValidateReportJob

Returns a new instance of ValidateReportJob.



316
317
318
# File 'lib/adwords_api/v13/ReportService.rb', line 316

def initialize(job = nil)
  @job = job
end

Instance Attribute Details

#jobObject

:nodoc: all



314
315
316
# File 'lib/adwords_api/v13/ReportService.rb', line 314

def job
  @job
end