Class: AdCenterWrapper::ReportRequestStatus

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

Overview

https://adcenter.microsoft.com/v7ReportRequestStatus

reportDownloadUrl - SOAP::SOAPString
status - AdCenterWrapper::ReportRequestStatusType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#reportDownloadUrlObject

Returns the value of attribute reportDownloadUrl.



6482
6483
6484
# File 'lib/adcenter_wrapper_entities.rb', line 6482

def reportDownloadUrl
  @reportDownloadUrl
end

#statusObject

Returns the value of attribute status.



6483
6484
6485
# File 'lib/adcenter_wrapper_entities.rb', line 6483

def status
  @status
end