Class: Believe::Models::ConflictResolveResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Believe::Models::ConflictResolveResponse
- Defined in:
- lib/believe/models/conflict_resolve_response.rb
Overview
Instance Attribute Summary collapse
-
#barbecue_sauce_wisdom ⇒ String
A folksy metaphor to remember.
-
#diagnosis ⇒ String
Understanding the root cause.
-
#diamond_dogs_advice ⇒ String
Advice from the Diamond Dogs support group.
-
#potential_outcome ⇒ String
What resolution could look like if successful.
-
#steps_to_resolution ⇒ Array<String>
Concrete steps to resolve the conflict.
-
#ted_approach ⇒ String
How Ted would handle this.
Instance Method Summary collapse
-
#initialize(barbecue_sauce_wisdom:, diagnosis:, diamond_dogs_advice:, potential_outcome:, steps_to_resolution:, ted_approach:) ⇒ Object
constructor
Conflict resolution 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(barbecue_sauce_wisdom:, diagnosis:, diamond_dogs_advice:, potential_outcome:, steps_to_resolution:, ted_approach:) ⇒ Object
Conflict resolution response.
|
|
# File 'lib/believe/models/conflict_resolve_response.rb', line 43
|
Instance Attribute Details
#barbecue_sauce_wisdom ⇒ String
A folksy metaphor to remember
11 |
# File 'lib/believe/models/conflict_resolve_response.rb', line 11 required :barbecue_sauce_wisdom, String |
#diagnosis ⇒ String
Understanding the root cause
17 |
# File 'lib/believe/models/conflict_resolve_response.rb', line 17 required :diagnosis, String |
#diamond_dogs_advice ⇒ String
Advice from the Diamond Dogs support group
23 |
# File 'lib/believe/models/conflict_resolve_response.rb', line 23 required :diamond_dogs_advice, String |
#potential_outcome ⇒ String
What resolution could look like if successful
29 |
# File 'lib/believe/models/conflict_resolve_response.rb', line 29 required :potential_outcome, String |
#steps_to_resolution ⇒ Array<String>
Concrete steps to resolve the conflict
35 |
# File 'lib/believe/models/conflict_resolve_response.rb', line 35 required :steps_to_resolution, ::Believe::Internal::Type::ArrayOf[String] |
#ted_approach ⇒ String
How Ted would handle this
41 |
# File 'lib/believe/models/conflict_resolve_response.rb', line 41 required :ted_approach, String |