Class: AdCenterWrapper::GetDownloadStatusRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetDownloadStatusRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetDownloadStatusRequest
downloadRequestId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#downloadRequestId ⇒ Object
Returns the value of attribute downloadRequestId.
Instance Method Summary collapse
-
#initialize(downloadRequestId = nil) ⇒ GetDownloadStatusRequest
constructor
A new instance of GetDownloadStatusRequest.
Constructor Details
permalink #initialize(downloadRequestId = nil) ⇒ GetDownloadStatusRequest
Returns a new instance of GetDownloadStatusRequest.
2409 2410 2411 |
# File 'lib/CampaignManagementService.rb', line 2409 def initialize(downloadRequestId = nil) @downloadRequestId = downloadRequestId end |
Instance Attribute Details
permalink #downloadRequestId ⇒ Object
Returns the value of attribute downloadRequestId.
2407 2408 2409 |
# File 'lib/CampaignManagementService.rb', line 2407 def downloadRequestId @downloadRequestId end |