Class: AdWords::V13::ReportService::GetReportJobStatusResponse

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

Overview

getReportJobStatusResponse

  • getReportJobStatusReturn - AdWords::V13::ReportService::ReportJobStatus

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getReportJobStatusReturn = nil) ⇒ GetReportJobStatusResponse

Returns a new instance of GetReportJobStatusResponse.



280
281
282
# File 'lib/adwords4r/v13/ReportService.rb', line 280

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

Instance Attribute Details

#getReportJobStatusReturnObject

:nodoc: all



278
279
280
# File 'lib/adwords4r/v13/ReportService.rb', line 278

def getReportJobStatusReturn
  @getReportJobStatusReturn
end