Module: PreludeSDK::Models::Verification::Phone::HistoryRetrieveResponse::PhoneNumberCondition

Extended by:
Internal::Type::Enum
Defined in:
lib/prelude_sdk/models/verification/phone/history_retrieve_response.rb,
sig/prelude_sdk/models/verification/phone/history_retrieve_response.rbs

Overview

Whether the phone number was allow-listed, block-listed, or sandboxed at verification time.

See Also:

  • PreludeSDK::Models::Verification::Phone::HistoryRetrieveResponse#phone_number_condition

Constant Summary collapse

ALLOW_LISTED =

Returns:

  • (:allow_listed)
:allow_listed
BLOCK_LISTED =

Returns:

  • (:block_listed)
:block_listed
SANDBOXED =

Returns:

  • (:sandboxed)
:sandboxed

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

#self?.values ⇒ ::Array[PreludeSDK::Models::Verification::Phone::HistoryRetrieveResponse::phone_number_condition]

Returns:

  • (::Array[PreludeSDK::Models::Verification::Phone::HistoryRetrieveResponse::phone_number_condition])


798
# File 'sig/prelude_sdk/models/verification/phone/history_retrieve_response.rbs', line 798

def self?.values: -> ::Array[PreludeSDK::Models::Verification::Phone::HistoryRetrieveResponse::phone_number_condition]