Class: Believe::Models::Coaching::CoachingPrinciple

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/believe/models/coaching/coaching_principle.rb

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Believe::Internal::Type::BaseModel

Instance Attribute Details

#applicationString

How to apply this principle

Returns:

  • (String)


18
# File 'lib/believe/models/coaching/coaching_principle.rb', line 18

required :application, String

#example_from_showString

Example from the show

Returns:

  • (String)


24
# File 'lib/believe/models/coaching/coaching_principle.rb', line 24

required :example_from_show, String

#explanationString

What this principle means

Returns:

  • (String)


30
# File 'lib/believe/models/coaching/coaching_principle.rb', line 30

required :explanation, String

#idString

Principle identifier

Returns:

  • (String)


12
# File 'lib/believe/models/coaching/coaching_principle.rb', line 12

required :id, String

#principleString

The coaching principle

Returns:

  • (String)


36
# File 'lib/believe/models/coaching/coaching_principle.rb', line 36

required :principle, String

#ted_quoteString

Related Ted quote

Returns:

  • (String)


42
# File 'lib/believe/models/coaching/coaching_principle.rb', line 42

required :ted_quote, String