Module: Telnyx::Models::CallHangup::Payload::HangupCause

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

Overview

The reason the call was ended (call_rejected, normal_clearing, originator_cancel, timeout, time_limit, user_busy, not_found, no_answer or unspecified).

See Also:

  • Telnyx::Models::CallHangup::Payload#hangup_cause

Constant Summary collapse

CALL_REJECTED =

Returns:

  • (:call_rejected)
:call_rejected
NORMAL_CLEARING =

Returns:

  • (:normal_clearing)
:normal_clearing
ORIGINATOR_CANCEL =

Returns:

  • (:originator_cancel)
:originator_cancel
TIMEOUT =

Returns:

  • (:timeout)
:timeout
TIME_LIMIT =

Returns:

  • (:time_limit)
:time_limit
USER_BUSY =

Returns:

  • (:user_busy)
:user_busy
NOT_FOUND =

Returns:

  • (:not_found)
:not_found
NO_ANSWER =

Returns:

  • (:no_answer)
:no_answer
UNSPECIFIED =

Returns:

  • (:unspecified)
:unspecified

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::CallHangup::Payload::hangup_cause]

Returns:

  • (::Array[Telnyx::Models::CallHangup::Payload::hangup_cause])


314
# File 'sig/telnyx/models/call_hangup.rbs', line 314

def self?.values: -> ::Array[Telnyx::Models::CallHangup::Payload::hangup_cause]