Class: AdCenterWrapper::GetDownloadStatusResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetDownloadStatusResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetDownloadStatusResponse
downloadUrl - SOAP::SOAPString
status - (any)
Instance Attribute Summary collapse
-
#downloadUrl ⇒ Object
Returns the value of attribute downloadUrl.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(downloadUrl = nil, status = nil) ⇒ GetDownloadStatusResponse
constructor
A new instance of GetDownloadStatusResponse.
Constructor Details
permalink #initialize(downloadUrl = nil, status = nil) ⇒ GetDownloadStatusResponse
Returns a new instance of GetDownloadStatusResponse.
2421 2422 2423 2424 |
# File 'lib/CampaignManagementService.rb', line 2421 def initialize(downloadUrl = nil, status = nil) @downloadUrl = downloadUrl @status = status end |
Instance Attribute Details
permalink #downloadUrl ⇒ Object
Returns the value of attribute downloadUrl.
2418 2419 2420 |
# File 'lib/CampaignManagementService.rb', line 2418 def downloadUrl @downloadUrl end |
permalink #status ⇒ Object
Returns the value of attribute status.
2419 2420 2421 |
# File 'lib/CampaignManagementService.rb', line 2419 def status @status end |