Module: Telnyx::Models::HostedNumber::Status

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/hosted_number.rb

Overview

See Also:

Constant Summary collapse

DELETED =
:deleted
FAILED =
:failed
FAILED_ACTIVATION =
:failed_activation
FAILED_CARRIER_REJECTED =
:failed_carrier_rejected
FAILED_INELIGIBLE_CARRIER =
:failed_ineligible_carrier
FAILED_NUMBER_ALREADY_HOSTED =
:failed_number_already_hosted
FAILED_NUMBER_NOT_FOUND =
:failed_number_not_found
FAILED_OWNERSHIP_VERIFICATION =
:failed_ownership_verification
FAILED_TIMEOUT =
:failed_timeout
PENDING =
:pending
PROVISIONING =
:provisioning
SUCCESSFUL =
:successful

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/telnyx/models/hosted_number.rb', line 56