Class: Pikuri::Subprocess::Result
- Inherits:
-
Data
- Object
- Data
- Pikuri::Subprocess::Result
- Defined in:
- lib/pikuri/subprocess.rb
Overview
Combined output + exit status, returned from #wait.
Instance Attribute Summary collapse
-
#output ⇒ Object
readonly
Returns the value of attribute output.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#output ⇒ Object (readonly)
Returns the value of attribute output
68 69 70 |
# File 'lib/pikuri/subprocess.rb', line 68 def output @output end |
#status ⇒ Object (readonly)
Returns the value of attribute status
68 69 70 |
# File 'lib/pikuri/subprocess.rb', line 68 def status @status end |