Class: AdwordsApi::V13::ReportService::GetReportJobStatus

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

Overview

getReportJobStatus

  • reportJobId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reportJobId = nil) ⇒ GetReportJobStatus

Returns a new instance of GetReportJobStatus.



276
277
278
# File 'lib/adwords_api/v13/ReportService.rb', line 276

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

Instance Attribute Details

#reportJobIdObject

:nodoc: all



274
275
276
# File 'lib/adwords_api/v13/ReportService.rb', line 274

def reportJobId
  @reportJobId
end