Module: CriteriaOperator

Defined in:
lib/criteria_operator.rb,
lib/criteria_operator/version.rb,
lib/criteria_operator/exceptions.rb,
lib/criteria_operator/base_operator.rb,
lib/criteria_operator/operand_value.rb,
lib/criteria_operator/group_operator.rb,
lib/criteria_operator/unary_operator.rb,
lib/criteria_operator/binary_operator.rb,
lib/criteria_operator/operand_property.rb

Overview

The main module of this gem. Contains all operator classes as well as various helpers.

Defined Under Namespace

Modules: BinaryOperatorType, GroupOperatorType, UnaryOperatorType Classes: BaseOperator, BinaryOperator, Error, GroupOperator, NotImplementedError, OperandProperty, OperandValue, UnaryOperator

Constant Summary collapse

VERSION =

the gem version used in the gemspec

'0.3.0'