Class: Believe::Models::ReframeTransformNegativeThoughtsResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Believe::Models::ReframeTransformNegativeThoughtsResponse
- Defined in:
- lib/believe/models/reframe_transform_negative_thoughts_response.rb
Overview
Instance Attribute Summary collapse
-
#daily_affirmation ⇒ String
A daily affirmation to practice.
-
#dr_sharon_insight ⇒ String?
Dr.
-
#original_thought ⇒ String
The original negative thought.
-
#reframed_thought ⇒ String
The thought reframed positively.
-
#ted_perspective ⇒ String
Ted’s take on this thought.
Instance Method Summary collapse
-
#initialize(daily_affirmation:, original_thought:, reframed_thought:, ted_perspective:, dr_sharon_insight: nil) ⇒ Object
constructor
Reframed perspective response.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize(daily_affirmation:, original_thought:, reframed_thought:, ted_perspective:, dr_sharon_insight: nil) ⇒ Object
Reframed perspective response.
|
|
# File 'lib/believe/models/reframe_transform_negative_thoughts_response.rb', line 37
|
Instance Attribute Details
#daily_affirmation ⇒ String
A daily affirmation to practice
11 |
# File 'lib/believe/models/reframe_transform_negative_thoughts_response.rb', line 11 required :daily_affirmation, String |
#dr_sharon_insight ⇒ String?
Dr. Sharon’s therapeutic insight
35 |
# File 'lib/believe/models/reframe_transform_negative_thoughts_response.rb', line 35 optional :dr_sharon_insight, String, nil?: true |
#original_thought ⇒ String
The original negative thought
17 |
# File 'lib/believe/models/reframe_transform_negative_thoughts_response.rb', line 17 required :original_thought, String |
#reframed_thought ⇒ String
The thought reframed positively
23 |
# File 'lib/believe/models/reframe_transform_negative_thoughts_response.rb', line 23 required :reframed_thought, String |
#ted_perspective ⇒ String
Ted’s take on this thought
29 |
# File 'lib/believe/models/reframe_transform_negative_thoughts_response.rb', line 29 required :ted_perspective, String |