Class: YSM::AdService::EditorialStatus

Inherits:
String
  • Object
show all
Defined in:
lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb

Overview

Constant Summary collapse

Approved =
EditorialStatus.new("Approved")
Pending =
EditorialStatus.new("Pending")
Rejected =
EditorialStatus.new("Rejected")
Suspended =
EditorialStatus.new("Suspended")