Class: AdWords::V201008::UserListService::UserListLogicalRuleOperator

Inherits:
String
  • Object
show all
Defined in:
lib/adwords4r/v201008/UserListService.rb

Overview

UserListLogicalRule.Operator

Constant Summary collapse

ALL =
UserListLogicalRuleOperator.new("ALL")
ANY =
UserListLogicalRuleOperator.new("ANY")
NONE =
UserListLogicalRuleOperator.new("NONE")
UNKNOWN =
UserListLogicalRuleOperator.new("UNKNOWN")