Class: LASRpcUtils::ConsoleTuple
- Inherits:
-
Object
- Object
- LASRpcUtils::ConsoleTuple
- Defined in:
- src/las-rpc-utils/lib/las-rpc-utils/transport.rb
Properties (Read/Write)
Properties (Read Only)
Instance Attribute Summary collapse
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Method Summary collapse
-
#initialize(exit_status, stdout, stderr) ⇒ ConsoleTuple
constructor
A new instance of ConsoleTuple.
Constructor Details
#initialize(exit_status, stdout, stderr) ⇒ ConsoleTuple
Returns a new instance of ConsoleTuple.
Instance Attribute Details
#exit_status ⇒ Object
Returns the value of attribute exit_status.
#stderr ⇒ Object
Returns the value of attribute stderr.
#stdout ⇒ Object
Returns the value of attribute stdout.