Module: CriteriaOperator::GroupOperatorType
- Defined in:
- lib/criteria_operator/group_operator.rb
Overview
Enum representing all possible types for a GroupOperator.
Constant Summary collapse
- AND =
with this type, a CriteriaOperator::GroupOperator will check that all grouped operands are true
1
- OR =
with this type, a CriteriaOperator::GroupOperator will check that at least one of the grouped operands is true
2