Class: YSM::KeywordService::EditorialStatus

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

Overview

Constant Summary collapse

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