Class: AdCenterWrapper::KeywordEditorialStatus

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

Overview

https://adcenter.microsoft.com/v7KeywordEditorialStatus

Constant Summary collapse

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