Class: AdCenterWrapper::ReportRequestStatus

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

Overview

https://adcenter.microsoft.com/v8ReportRequestStatus

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.

[View source]

1403
1404
1405
1406
# File 'lib/ReportingService.rb', line 1403

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

Instance Attribute Details

#reportDownloadUrlObject

Returns the value of attribute reportDownloadUrl.


1400
1401
1402
# File 'lib/ReportingService.rb', line 1400

def reportDownloadUrl
  @reportDownloadUrl
end

#statusObject

Returns the value of attribute status.


1401
1402
1403
# File 'lib/ReportingService.rb', line 1401

def status
  @status
end