Class: LASRpcUtils::ConsoleTuple

Inherits:
Object
  • Object
show all
Defined in:
src/las-rpc-utils/lib/las-rpc-utils/transport.rb

Properties (Read/Write)

Properties (Read Only)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(exit_status, stdout, stderr) ⇒ ConsoleTuple

Returns a new instance of ConsoleTuple.

Instance Attribute Details

#exit_statusObject

Returns the value of attribute exit_status.

#stderrObject

Returns the value of attribute stderr.

#stdoutObject

Returns the value of attribute stdout.