Module: Kameleoon::Targeting::Operator Private

Defined in:
lib/kameleoon/targeting/models.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"
MATCH =

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"