Module: Telnyx::Models::ExternalConnections::TnUploadEntry::InternalStatus

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/external_connections/tn_upload_entry.rb,
sig/telnyx/models/external_connections/tn_upload_entry.rbs

Overview

Represents the status of the phone number entry upload on Telnyx.

See Also:

  • Telnyx::Models::ExternalConnections::TnUploadEntry#internal_status

Constant Summary collapse

PENDING_ASSIGNMENT =

Returns:

  • (:pending_assignment)
:pending_assignment
IN_PROGRESS =

Returns:

  • (:in_progress)
:in_progress
ALL_INTERNAL_JOBS_COMPLETED =

Returns:

  • (:all_internal_jobs_completed)
:all_internal_jobs_completed
RELEASE_REQUESTED =

Returns:

  • (:release_requested)
:release_requested
RELEASE_COMPLETED =

Returns:

  • (:release_completed)
:release_completed
ERROR =

Returns:

  • (:error)
:error

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[Telnyx::Models::ExternalConnections::TnUploadEntry::internal_status]

Returns:

  • (::Array[Telnyx::Models::ExternalConnections::TnUploadEntry::internal_status])


116
# File 'sig/telnyx/models/external_connections/tn_upload_entry.rbs', line 116

def self?.values: -> ::Array[Telnyx::Models::ExternalConnections::TnUploadEntry::internal_status]