Class: HotCell::Operation::ToolResult
- Inherits:
-
Struct
- Object
- Struct
- HotCell::Operation::ToolResult
- Defined in:
- lib/hot_cell/operation.rb
Instance Attribute Summary collapse
-
#err ⇒ Object
Returns the value of attribute err.
-
#out ⇒ Object
Returns the value of attribute out.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#err ⇒ Object
Returns the value of attribute err
129 130 131 |
# File 'lib/hot_cell/operation.rb', line 129 def err @err end |
#out ⇒ Object
Returns the value of attribute out
129 130 131 |
# File 'lib/hot_cell/operation.rb', line 129 def out @out end |
#status ⇒ Object
Returns the value of attribute status
129 130 131 |
# File 'lib/hot_cell/operation.rb', line 129 def status @status end |
Instance Method Details
#ok? ⇒ Boolean
130 131 132 |
# File 'lib/hot_cell/operation.rb', line 130 def ok? status.success? end |