Class: AdWords::V13::ReportService::GetReportJobStatusResponse
- Inherits:
-
Object
- Object
- AdWords::V13::ReportService::GetReportJobStatusResponse
- Defined in:
- lib/adwords4r/v13/ReportService.rb
Overview
getReportJobStatusResponse
-
getReportJobStatusReturn - AdWords::V13::ReportService::ReportJobStatus
Instance Attribute Summary collapse
-
#getReportJobStatusReturn ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(getReportJobStatusReturn = nil) ⇒ GetReportJobStatusResponse
constructor
A new instance of GetReportJobStatusResponse.
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
#getReportJobStatusReturn ⇒ Object
:nodoc: all
278 279 280 |
# File 'lib/adwords4r/v13/ReportService.rb', line 278 def getReportJobStatusReturn @getReportJobStatusReturn end |