Class: AdCenterWrapper::PollGenerateReportRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::PollGenerateReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8PollGenerateReportRequest
reportRequestId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#reportRequestId ⇒ Object
Returns the value of attribute reportRequestId.
Instance Method Summary collapse
-
#initialize(reportRequestId = nil) ⇒ PollGenerateReportRequest
constructor
A new instance of PollGenerateReportRequest.
Constructor Details
#initialize(reportRequestId = nil) ⇒ PollGenerateReportRequest
Returns a new instance of PollGenerateReportRequest.
2360 2361 2362 |
# File 'lib/ReportingService.rb', line 2360 def initialize(reportRequestId = nil) @reportRequestId = reportRequestId end |
Instance Attribute Details
#reportRequestId ⇒ Object
Returns the value of attribute reportRequestId.
2358 2359 2360 |
# File 'lib/ReportingService.rb', line 2358 def reportRequestId @reportRequestId end |