Module: StringOperator

Defined in:
lib/models/filters.rb

Constant Summary collapse

IS_EXACTLY =
'is exactly'
IS_NOT_EXACTLY =
'is not exactly'
CONTAINS =
'contains'
IS =
'is'
IS_NOT =
'is not'