Class: Retab::Types::ConditionEvaluationDetailsLogicalOperator

Inherits:
Object
  • Object
show all
Defined in:
lib/retab/types/condition_evaluation_details_logical_operator.rb

Constant Summary collapse

AND =
'and'
OR =
'or'
ALL =
[AND, OR].freeze