Class: AdCenterWrapper::SubmitGenerateReportResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::SubmitGenerateReportResponse
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8SubmitGenerateReportResponse
reportRequestId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#reportRequestId ⇒ Object
Returns the value of attribute reportRequestId.
Instance Method Summary collapse
-
#initialize(reportRequestId = nil) ⇒ SubmitGenerateReportResponse
constructor
A new instance of SubmitGenerateReportResponse.
Constructor Details
permalink #initialize(reportRequestId = nil) ⇒ SubmitGenerateReportResponse
Returns a new instance of SubmitGenerateReportResponse.
2350 2351 2352 |
# File 'lib/ReportingService.rb', line 2350 def initialize(reportRequestId = nil) @reportRequestId = reportRequestId end |
Instance Attribute Details
permalink #reportRequestId ⇒ Object
Returns the value of attribute reportRequestId.
2348 2349 2350 |
# File 'lib/ReportingService.rb', line 2348 def reportRequestId @reportRequestId end |