Module: SafetyKit::Models::DataUpdateSettingsParams::Schema::DisplayHint::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/safety_kit/models/data_update_settings_params.rb,
sig/safety_kit/models/data_update_settings_params.rbs
Overview
The display hint type
Constant Summary collapse
- TITLE =
:title- SUBTITLE =
:subtitle- CATEGORY =
:category- IDENTIFIER =
:identifier- CANONICAL_URL =
:canonical_url- STATUS =
:status- PRIMARY_TAG_SET =
:primary_tag_set- TAG_SET =
:tag_set- TIMESTAMP =
:timestamp- RATING =
:rating- SUMMARY =
:summary- PROFILE_IMAGE =
:profile_image- PRIMARY_IMAGE =
:primary_image- IMAGE_SET =
:image_set- VIDEO_SET =
:video_set- AUDIO_SET =
:audio_set- BODY =
:body- THREAD =
:thread- TWO_PERSON_CHAT =
:two_person_chat- MESSAGE =
:message- PROFILE =
:profile- MONEY =
:money- LOCATION =
:location- ATTRIBUTE_GROUP =
:attribute_group- ATTRIBUTE =
:attribute
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::DataUpdateSettingsParams::Schema::DisplayHint::type_]
215 |
# File 'sig/safety_kit/models/data_update_settings_params.rbs', line 215
def self?.values: -> ::Array[SafetyKit::Models::DataUpdateSettingsParams::Schema::DisplayHint::type_]
|