Module: Lithic::Models::AuthRules::ConditionalOperation

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/auth_rules/conditional_operation.rb

Overview

The operation to apply to the attribute

Constant Summary collapse

IS_ONE_OF =
:IS_ONE_OF
IS_NOT_ONE_OF =
:IS_NOT_ONE_OF
MATCHES =
:MATCHES
DOES_NOT_MATCH =
:DOES_NOT_MATCH
IS_EQUAL_TO =
:IS_EQUAL_TO
IS_NOT_EQUAL_TO =
:IS_NOT_EQUAL_TO
IS_GREATER_THAN =
:IS_GREATER_THAN
IS_GREATER_THAN_OR_EQUAL_TO =
:IS_GREATER_THAN_OR_EQUAL_TO
IS_LESS_THAN =
:IS_LESS_THAN
IS_LESS_THAN_OR_EQUAL_TO =
:IS_LESS_THAN_OR_EQUAL_TO
IS_AFTER =
:IS_AFTER
IS_BEFORE =
:IS_BEFORE
CONTAINS_ANY =
:CONTAINS_ANY
CONTAINS_ALL =
:CONTAINS_ALL
CONTAINS_NONE =
:CONTAINS_NONE

Class Method Summary collapse

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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/lithic/models/auth_rules/conditional_operation.rb', line 26