Class: Believe::Models::Coaching::CoachingPrinciple
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Believe::Models::Coaching::CoachingPrinciple
- Defined in:
- lib/believe/models/coaching/coaching_principle.rb
Overview
Instance Attribute Summary collapse
-
#application ⇒ String
How to apply this principle.
-
#example_from_show ⇒ String
Example from the show.
-
#explanation ⇒ String
What this principle means.
-
#id ⇒ String
Principle identifier.
-
#principle ⇒ String
The coaching principle.
-
#ted_quote ⇒ String
Related Ted quote.
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
#application ⇒ String
How to apply this principle
18 |
# File 'lib/believe/models/coaching/coaching_principle.rb', line 18 required :application, String |
#example_from_show ⇒ String
Example from the show
24 |
# File 'lib/believe/models/coaching/coaching_principle.rb', line 24 required :example_from_show, String |
#explanation ⇒ String
What this principle means
30 |
# File 'lib/believe/models/coaching/coaching_principle.rb', line 30 required :explanation, String |
#id ⇒ String
Principle identifier
12 |
# File 'lib/believe/models/coaching/coaching_principle.rb', line 12 required :id, String |
#principle ⇒ String
The coaching principle
36 |
# File 'lib/believe/models/coaching/coaching_principle.rb', line 36 required :principle, String |
#ted_quote ⇒ String
Related Ted quote
42 |
# File 'lib/believe/models/coaching/coaching_principle.rb', line 42 required :ted_quote, String |