Module: VWO::Enums::OperatorTypes

Defined in:
lib/vwo/enums.rb

Constant Summary collapse

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