Module: Schematic::Types::ComparableOperator
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/comparable_operator.rb
Constant Summary collapse
- EQ =
"eq"- GT =
"gt"- GTE =
"gte"- IS_EMPTY =
"is_empty"- LT =
"lt"- LTE =
"lte"- NOT_EMPTY =
"not_empty"- NE =
"ne"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values