Class: Cadenya::Types::ObjectiveEventData_ToolError
- Inherits:
-
Object
- Object
- Cadenya::Types::ObjectiveEventData_ToolError
- Defined in:
- lib/cadenya/types.rb
Instance Attribute Summary collapse
-
#tool_error ⇒ Object
readonly
Returns the value of attribute tool_error.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(type: nil, tool_error: nil) ⇒ ObjectiveEventData_ToolError
constructor
A new instance of ObjectiveEventData_ToolError.
- #to_h ⇒ Object
Constructor Details
#initialize(type: nil, tool_error: nil) ⇒ ObjectiveEventData_ToolError
Returns a new instance of ObjectiveEventData_ToolError.
8734 8735 8736 8737 |
# File 'lib/cadenya/types.rb', line 8734 def initialize(type: nil, tool_error: nil) @type = type @tool_error = tool_error end |
Instance Attribute Details
#tool_error ⇒ Object (readonly)
Returns the value of attribute tool_error.
8732 8733 8734 |
# File 'lib/cadenya/types.rb', line 8732 def tool_error @tool_error end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
8732 8733 8734 |
# File 'lib/cadenya/types.rb', line 8732 def type @type end |