Module: Knockapi::Models::ObjectListMessagesParams::Status

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

Constant Summary collapse

QUEUED =

Returns:

  • (:queued)
:queued
SENT =

Returns:

  • (:sent)
:sent
DELIVERED =

Returns:

  • (:delivered)
:delivered
DELIVERY_ATTEMPTED =

Returns:

  • (:delivery_attempted)
:delivery_attempted
UNDELIVERED =

Returns:

  • (:undelivered)
:undelivered
NOT_SENT =

Returns:

  • (:not_sent)
:not_sent
BOUNCED =

Returns:

  • (:bounced)
:bounced

Class Method Summary collapse

Instance 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/knockapi/models/object_list_messages_params.rb', line 209

Instance Method Details

#self?.values::Array[Knockapi::Models::ObjectListMessagesParams::status]

Returns:

  • (::Array[Knockapi::Models::ObjectListMessagesParams::status])


208
# File 'sig/knockapi/models/object_list_messages_params.rbs', line 208

def self?.values: -> ::Array[Knockapi::Models::ObjectListMessagesParams::status]