Class: Moonshot::SSHForkExecutor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/moonshot/ssh_fork_executor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exitstatusObject

Returns the value of attribute exitstatus

Returns:

  • (Object)

    the current value of exitstatus



6
7
8
# File 'lib/moonshot/ssh_fork_executor.rb', line 6

def exitstatus
  @exitstatus
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



6
7
8
# File 'lib/moonshot/ssh_fork_executor.rb', line 6

def output
  @output
end