Class: AdCenterWrapper::ReportRequestStatus
- Inherits:
-
Object
- Object
- AdCenterWrapper::ReportRequestStatus
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7ReportRequestStatus
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
#initialize(reportDownloadUrl = nil, status = nil) ⇒ ReportRequestStatus
Returns a new instance of ReportRequestStatus.
6485 6486 6487 6488 |
# File 'lib/adcenter_wrapper_entities.rb', line 6485 def initialize(reportDownloadUrl = nil, status = nil) @reportDownloadUrl = reportDownloadUrl @status = status end |
Instance Attribute Details
#reportDownloadUrl ⇒ Object
Returns the value of attribute reportDownloadUrl.
6482 6483 6484 |
# File 'lib/adcenter_wrapper_entities.rb', line 6482 def reportDownloadUrl @reportDownloadUrl end |
#status ⇒ Object
Returns the value of attribute status.
6483 6484 6485 |
# File 'lib/adcenter_wrapper_entities.rb', line 6483 def status @status end |