Module: Moonbase::Models::ItemsFilterValueMatches::Op
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/moonbase/models/items_filter_value_matches.rb
Overview
The matching operator for this filter.
Constant Summary collapse
- STARTS_WITH =
:starts_with- ENDS_WITH =
:ends_with- CONTAINS =
:contains- NOT_CONTAINS =
:not_contains- EQ =
:eq- NOT_EQ =
:not_eq- GT =
:gt- LT =
:lt- GTE =
:gte- LTE =
:lte
Method Summary
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info