Module: Knockapi::Models::Users::GuideGetChannelResponse::IneligibleGuide::Reason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/knockapi/models/users/guide_get_channel_response.rb,
sig/knockapi/models/users/guide_get_channel_response.rbs
Overview
Reason code for ineligibility
Constant Summary collapse
- GUIDE_NOT_ACTIVE =
:guide_not_active- MARKED_AS_ARCHIVED =
:marked_as_archived- TARGET_CONDITIONS_NOT_MET =
:target_conditions_not_met- NOT_IN_TARGET_AUDIENCE =
:not_in_target_audience
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/knockapi/models/users/guide_get_channel_response.rb', line 383
|
Instance Method Details
#self?.values ⇒ ::Array[Knockapi::Models::Users::GuideGetChannelResponse::IneligibleGuide::reason]
412 |
# File 'sig/knockapi/models/users/guide_get_channel_response.rbs', line 412
def self?.values: -> ::Array[Knockapi::Models::Users::GuideGetChannelResponse::IneligibleGuide::reason]
|