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

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

Overview

The operation to apply to the attribute

Constant Summary collapse

IS_ONE_OF =

Returns:

  • (:IS_ONE_OF)
:IS_ONE_OF
IS_NOT_ONE_OF =

Returns:

  • (:IS_NOT_ONE_OF)
:IS_NOT_ONE_OF
MATCHES =

Returns:

  • (:MATCHES)
:MATCHES
DOES_NOT_MATCH =

Returns:

  • (:DOES_NOT_MATCH)
:DOES_NOT_MATCH
IS_EQUAL_TO =

Returns:

  • (:IS_EQUAL_TO)
:IS_EQUAL_TO
IS_NOT_EQUAL_TO =

Returns:

  • (:IS_NOT_EQUAL_TO)
:IS_NOT_EQUAL_TO
IS_GREATER_THAN =

Returns:

  • (:IS_GREATER_THAN)
:IS_GREATER_THAN
IS_GREATER_THAN_OR_EQUAL_TO =

Returns:

  • (:IS_GREATER_THAN_OR_EQUAL_TO)
:IS_GREATER_THAN_OR_EQUAL_TO
IS_LESS_THAN =

Returns:

  • (:IS_LESS_THAN)
:IS_LESS_THAN
IS_LESS_THAN_OR_EQUAL_TO =

Returns:

  • (:IS_LESS_THAN_OR_EQUAL_TO)
:IS_LESS_THAN_OR_EQUAL_TO
IS_AFTER =

Returns:

  • (:IS_AFTER)
:IS_AFTER
IS_BEFORE =

Returns:

  • (:IS_BEFORE)
:IS_BEFORE
CONTAINS_ANY =

Returns:

  • (:CONTAINS_ANY)
:CONTAINS_ANY
CONTAINS_ALL =

Returns:

  • (:CONTAINS_ALL)
:CONTAINS_ALL
CONTAINS_NONE =

Returns:

  • (:CONTAINS_NONE)
:CONTAINS_NONE

Class Method Summary collapse

Instance 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

Instance Method Details

#self?.values::Array[Lithic::Models::AuthRules::conditional_operation]

Returns:

  • (::Array[Lithic::Models::AuthRules::conditional_operation])


40
# File 'sig/lithic/models/auth_rules/conditional_operation.rbs', line 40

def self?.values: -> ::Array[Lithic::Models::AuthRules::conditional_operation]