Module: Kameleoon::Targeting::Operator Private

Defined in:
lib/kameleoon/targeting/condition.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Constant Summary collapse

UNDEFINED =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'UNDEFINED'
CONTAINS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'CONTAINS'
EXACT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'EXACT'
REGULAR_EXPRESSION =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'REGULAR_EXPRESSION'
LOWER =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'LOWER'
EQUAL =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'EQUAL'
GREATER =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'GREATER'
IS_TRUE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'TRUE'
IS_FALSE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'FALSE'
AMONG_VALUES =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'AMONG_VALUES'
ANY =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'ANY'
UNKNOWN =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'UNKNOWN'