Module: Straddle::Models::Customers::CorrelationBucket

Extended by:
Internal::Type::Enum
Defined in:
lib/straddle/models/customers/correlation_bucket.rb,
sig/straddle/models/customers/correlation_bucket.rbs

Constant Summary collapse

LOW_CONFIDENCE =

Returns:

  • (:low_confidence)
:low_confidence
POTENTIAL_MATCH =

Returns:

  • (:potential_match)
:potential_match
LIKELY_MATCH =

Returns:

  • (:likely_match)
:likely_match
HIGH_CONFIDENCE =

Returns:

  • (:high_confidence)
:high_confidence

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

.values ⇒ Array<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/straddle/models/customers/correlation_bucket.rb', line 14

Instance Method Details

#self?.values ⇒ ::Array[Straddle::Models::Customers::correlation_bucket]

Returns:

  • (::Array[Straddle::Models::Customers::correlation_bucket])


15
# File 'sig/straddle/models/customers/correlation_bucket.rbs', line 15

def self?.values: -> ::Array[Straddle::Models::Customers::correlation_bucket]