Module: Cadenya::Models::Agents::WebhookDeliveryData::Status

Extended by:
Internal::Type::Enum
Defined in:
lib/cadenya/models/agents/webhook_delivery_data.rb,
sig/cadenya/models/agents/webhook_delivery_data.rbs

Overview

See Also:

  • Cadenya::Models::Agents::WebhookDeliveryData#status

Constant Summary collapse

WEBHOOK_DELIVERY_STATUS_UNSPECIFIED =

Returns:

  • (:WEBHOOK_DELIVERY_STATUS_UNSPECIFIED)
:WEBHOOK_DELIVERY_STATUS_UNSPECIFIED
WEBHOOK_DELIVERY_STATUS_PENDING =

Returns:

  • (:WEBHOOK_DELIVERY_STATUS_PENDING)
:WEBHOOK_DELIVERY_STATUS_PENDING
WEBHOOK_DELIVERY_STATUS_COMPLETED =

Returns:

  • (:WEBHOOK_DELIVERY_STATUS_COMPLETED)
:WEBHOOK_DELIVERY_STATUS_COMPLETED
WEBHOOK_DELIVERY_STATUS_FAILED =

Returns:

  • (:WEBHOOK_DELIVERY_STATUS_FAILED)
:WEBHOOK_DELIVERY_STATUS_FAILED
WEBHOOK_DELIVERY_STATUS_DISABLED =

Returns:

  • (:WEBHOOK_DELIVERY_STATUS_DISABLED)
:WEBHOOK_DELIVERY_STATUS_DISABLED

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/cadenya/models/agents/webhook_delivery_data.rb', line 153

Instance Method Details

#self?.values::Array[Cadenya::Models::Agents::WebhookDeliveryData::status]

Returns:

  • (::Array[Cadenya::Models::Agents::WebhookDeliveryData::status])


148
# File 'sig/cadenya/models/agents/webhook_delivery_data.rbs', line 148

def self?.values: -> ::Array[Cadenya::Models::Agents::WebhookDeliveryData::status]