Class: YSM::AdService::EditorialStatus
- Inherits:
-
String
- Object
- String
- YSM::AdService::EditorialStatus
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
http://marketing.ews.yahooapis.com/V2EditorialStatus
Constant Summary collapse
- Approved =
EditorialStatus.new("Approved")
- Pending =
EditorialStatus.new("Pending")
- Rejected =
EditorialStatus.new("Rejected")
- Suspended =
EditorialStatus.new("Suspended")