Class: AdCenterWrapper::ReportRequestStatusType

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

Overview

https://adcenter.microsoft.com/v8ReportRequestStatusType

Constant Summary collapse

Error =
ReportRequestStatusType.new("Error")
Pending =
ReportRequestStatusType.new("Pending")
Success =
ReportRequestStatusType.new("Success")