Class: AdCenterWrapper::AdEditorialStatus

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

Overview

Constant Summary collapse

Active =
AdEditorialStatus.new("Active")
Disapproved =
AdEditorialStatus.new("Disapproved")
Inactive =
AdEditorialStatus.new("Inactive")