Module: SafetyKit::Models::ContentCreateResponse::Escalation

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

Overview

Escalation outcome for this request: none (the request never entered the escalation band), completed (the escalated verdict is reflected in decision), or timed_out (escalation did not finish in budget, so decision is a provisional review).

See Also:

  • SafetyKit::Models::ContentCreateResponse#escalation

Constant Summary collapse

NONE =

Returns:

  • (:none)
:none
COMPLETED =

Returns:

  • (:completed)
:completed
TIMED_OUT =

Returns:

  • (:timed_out)
:timed_out

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[SafetyKit::Models::ContentCreateResponse::escalation]

Returns:

  • (::Array[SafetyKit::Models::ContentCreateResponse::escalation])


70
# File 'sig/safety_kit/models/content_create_response.rbs', line 70

def self?.values: -> ::Array[SafetyKit::Models::ContentCreateResponse::escalation]