Class: Cadenya::Types::ObjectiveEventData_Reasoning
- Inherits:
-
Object
- Object
- Cadenya::Types::ObjectiveEventData_Reasoning
- Defined in:
- lib/cadenya/types.rb
Instance Attribute Summary collapse
-
#reasoning ⇒ Object
readonly
Returns the value of attribute reasoning.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(type: nil, reasoning: nil) ⇒ ObjectiveEventData_Reasoning
constructor
A new instance of ObjectiveEventData_Reasoning.
- #to_h ⇒ Object
Constructor Details
#initialize(type: nil, reasoning: nil) ⇒ ObjectiveEventData_Reasoning
Returns a new instance of ObjectiveEventData_Reasoning.
8941 8942 8943 8944 |
# File 'lib/cadenya/types.rb', line 8941 def initialize(type: nil, reasoning: nil) @type = type @reasoning = reasoning end |
Instance Attribute Details
#reasoning ⇒ Object (readonly)
Returns the value of attribute reasoning.
8939 8940 8941 |
# File 'lib/cadenya/types.rb', line 8939 def reasoning @reasoning end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
8939 8940 8941 |
# File 'lib/cadenya/types.rb', line 8939 def type @type end |