Index (C)
»
Retab
»
Types
»
ConditionEvaluationDetailsLogicalOperator
Class: Retab::Types::ConditionEvaluationDetailsLogicalOperator
Inherits:
Object
Object
Retab::Types::ConditionEvaluationDetailsLogicalOperator
show all
Defined in:
lib/retab/types/condition_evaluation_details_logical_operator.rb
Constant Summary
collapse
AND =
'
and
'
OR =
'
or
'
ALL =
[
AND
,
OR
]
.
freeze