Class: AdCenterWrapper::GetDownloadStatusRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8GetDownloadStatusRequest

downloadRequestId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(downloadRequestId = nil) ⇒ GetDownloadStatusRequest

Returns a new instance of GetDownloadStatusRequest.

[View source]

2409
2410
2411
# File 'lib/CampaignManagementService.rb', line 2409

def initialize(downloadRequestId = nil)
  @downloadRequestId = downloadRequestId
end

Instance Attribute Details

#downloadRequestIdObject

Returns the value of attribute downloadRequestId.


2407
2408
2409
# File 'lib/CampaignManagementService.rb', line 2407

def downloadRequestId
  @downloadRequestId
end