Module: Revox::Models::CallSearchParams::Status

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

Constant Summary collapse

INITIALIZING =

Returns:

  • (:initializing)
:initializing
QUEUED_FOR_CALLING =

Returns:

  • (:queued_for_calling)
:queued_for_calling
CALLING =

Returns:

  • (:calling)
:calling
POST_PROCESSING =

Returns:

  • (:post_processing)
:post_processing
SCHEDULED =

Returns:

  • (:scheduled)
:scheduled
PAUSED =

Returns:

  • (:paused)
:paused
COMPLETED =

Returns:

  • (:completed)
:completed
CANCELLED =

Returns:

  • (:cancelled)
:cancelled
ERRORED =

Returns:

  • (: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::CallSearchParams::status]

Returns:

  • (::Array[Revox::Models::CallSearchParams::status])


183
# File 'sig/revox/models/call_search_params.rbs', line 183

def self?.values: -> ::Array[Revox::Models::CallSearchParams::status]