Module: NumberOperator

Defined in:
lib/models/filters.rb

Constant Summary collapse

EQUAL_TO =
'equal to'
NOT_EQUAL_TO =
'not equal to'
GREATER_THAN =
'greater than'
LESS_THAN =
'less than'
GREATER_THAN_OR_EQUAL_TO =
'greater than or equal to'
LESS_THAN_OR_EQUAL_TO =
'less than or equal to'