Class: AdCenterWrapper::GetDownloadStatusResponse

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

Overview

https://adcenter.microsoft.com/v8GetDownloadStatusResponse

downloadUrl - SOAP::SOAPString
status - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(downloadUrl = nil, status = nil) ⇒ GetDownloadStatusResponse

Returns a new instance of GetDownloadStatusResponse.

[View source]

2421
2422
2423
2424
# File 'lib/CampaignManagementService.rb', line 2421

def initialize(downloadUrl = nil, status = nil)
  @downloadUrl = downloadUrl
  @status = status
end

Instance Attribute Details

#downloadUrlObject

Returns the value of attribute downloadUrl.


2418
2419
2420
# File 'lib/CampaignManagementService.rb', line 2418

def downloadUrl
  @downloadUrl
end

#statusObject

Returns the value of attribute status.


2419
2420
2421
# File 'lib/CampaignManagementService.rb', line 2419

def status
  @status
end