Module: Revox::Models::CallSearchResponse::Call::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/revox/models/call_search_response.rb,
sig/revox/models/call_search_response.rbs
Overview
The status of the call.
Constant Summary collapse
- INITIALIZING =
:initializing- QUEUED_FOR_CALLING =
:queued_for_calling- CALLING =
:calling- POST_PROCESSING =
:post_processing- SCHEDULED =
:scheduled- PAUSED =
:paused- COMPLETED =
:completed- CANCELLED =
:cancelled- ERRORED =
:errored
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[Revox::Models::CallSearchResponse::Call::status]
2626 |
# File 'sig/revox/models/call_search_response.rbs', line 2626
def self?.values: -> ::Array[Revox::Models::CallSearchResponse::Call::status]
|