Class: AdCenterWrapper::ReportRequestStatus
- Inherits:
-
Object
- Object
- AdCenterWrapper::ReportRequestStatus
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8ReportRequestStatus
reportDownloadUrl - SOAP::SOAPString
status - AdCenterWrapper::ReportRequestStatusType
Instance Attribute Summary collapse
-
#reportDownloadUrl ⇒ Object
Returns the value of attribute reportDownloadUrl.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(reportDownloadUrl = nil, status = nil) ⇒ ReportRequestStatus
constructor
A new instance of ReportRequestStatus.
Constructor Details
permalink #initialize(reportDownloadUrl = nil, status = nil) ⇒ ReportRequestStatus
Returns a new instance of ReportRequestStatus.
1403 1404 1405 1406 |
# File 'lib/ReportingService.rb', line 1403 def initialize(reportDownloadUrl = nil, status = nil) @reportDownloadUrl = reportDownloadUrl @status = status end |
Instance Attribute Details
permalink #reportDownloadUrl ⇒ Object
Returns the value of attribute reportDownloadUrl.
1400 1401 1402 |
# File 'lib/ReportingService.rb', line 1400 def reportDownloadUrl @reportDownloadUrl end |
permalink #status ⇒ Object
Returns the value of attribute status.
1401 1402 1403 |
# File 'lib/ReportingService.rb', line 1401 def status @status end |