Class: AdWords::V13::ReportService::GetReportJobStatus
- Inherits:
-
Object
- Object
- AdWords::V13::ReportService::GetReportJobStatus
- Defined in:
- lib/adwords4r/v13/ReportService.rb
Overview
getReportJobStatus
-
reportJobId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#reportJobId ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(reportJobId = nil) ⇒ GetReportJobStatus
constructor
A new instance of GetReportJobStatus.
Constructor Details
#initialize(reportJobId = nil) ⇒ GetReportJobStatus
Returns a new instance of GetReportJobStatus.
270 271 272 |
# File 'lib/adwords4r/v13/ReportService.rb', line 270 def initialize(reportJobId = nil) @reportJobId = reportJobId end |
Instance Attribute Details
#reportJobId ⇒ Object
:nodoc: all
268 269 270 |
# File 'lib/adwords4r/v13/ReportService.rb', line 268 def reportJobId @reportJobId end |