Class: Moonshot::SSHForkExecutor::Result
- Inherits:
-
Struct
- Object
- Struct
- Moonshot::SSHForkExecutor::Result
- Defined in:
- lib/moonshot/ssh_fork_executor.rb
Instance Attribute Summary collapse
-
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#exitstatus ⇒ Object
Returns the value of attribute exitstatus
8 9 10 |
# File 'lib/moonshot/ssh_fork_executor.rb', line 8 def exitstatus @exitstatus end |
#output ⇒ Object
Returns the value of attribute output
8 9 10 |
# File 'lib/moonshot/ssh_fork_executor.rb', line 8 def output @output end |