Module: Believe::Models::QuoteMoment

Extended by:
Internal::Type::Enum
Defined in:
lib/believe/models/quote_moment.rb

Overview

Types of moments when quotes occur.

Constant Summary collapse

HALFTIME_SPEECH =
:halftime_speech
PRESS_CONFERENCE =
:press_conference
LOCKER_ROOM =
:locker_room
TRAINING =
:training
BISCUITS_WITH_BOSS =
:biscuits_with_boss
PUB =
:pub
ONE_ON_ONE =
:one_on_one
CELEBRATION =
:celebration
CRISIS =
:crisis
CASUAL =
:casual
CONFRONTATION =
:confrontation

Class 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/believe/models/quote_moment.rb', line 21