Module: Believe::Models::QuoteTheme

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

Overview

Themes that quotes can be categorized under.

Constant Summary collapse

BELIEF =
:belief
TEAMWORK =
:teamwork
CURIOSITY =
:curiosity
KINDNESS =
:kindness
RESILIENCE =
:resilience
VULNERABILITY =
:vulnerability
GROWTH =
:growth
HUMOR =
:humor
WISDOM =
:wisdom
LEADERSHIP =
:leadership
LOVE =
:love
FORGIVENESS =
:forgiveness
PHILOSOPHY =
:philosophy
ROMANCE =
:romance
CULTURAL_PRIDE =
:"cultural-pride"
CULTURAL_DIFFERENCES =
:"cultural-differences"
ANTAGONISM =
:antagonism
CELEBRATION =
:celebration
IDENTITY =
:identity
ISOLATION =
:isolation
POWER =
:power
SACRIFICE =
:sacrifice
STANDARDS =
:standards
CONFIDENCE =
:confidence
CONFLICT =
:conflict
HONESTY =
:honesty
INTEGRITY =
:integrity
INTIMIDATION =
:intimidation
AMBITION =
:ambition
NARCISSISM =
:narcissism
MATURITY =
:maturity

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_theme.rb', line 41