Class: Optimizely::ConditionalOperatorTypes

Inherits:
Object
  • Object
show all
Defined in:
lib/optimizely/condition.rb

Constant Summary collapse

AND =
'and'
OR =
'or'
NOT =
'not'