Module: ContextDev::Models::MonitorListRunsResponse::Data::WebhookDelivery::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/context_dev/models/monitor_list_runs_response.rb,
sig/context_dev/models/monitor_list_runs_response.rbs
Overview
Delivery outcome. delivered means any 2xx response; rejected means a non-2xx response; failed means no HTTP response was received; skipped_unsafe_url means the URL failed the public-endpoint safety check.
Constant Summary collapse
- DELIVERED =
:delivered- REJECTED =
:rejected- FAILED =
:failed- SKIPPED_UNSAFE_URL =
:skipped_unsafe_url
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/context_dev/models/monitor_list_runs_response.rb', line 319
|
Instance Method Details
#self?.values ⇒ ::Array[ContextDev::Models::MonitorListRunsResponse::Data::WebhookDelivery::status]
249 |
# File 'sig/context_dev/models/monitor_list_runs_response.rbs', line 249
def self?.values: -> ::Array[ContextDev::Models::MonitorListRunsResponse::Data::WebhookDelivery::status]
|