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
65 66 67 |
# File 'lib/pikuri/subprocess.rb', line 65 def output @output end |
#status ⇒ Object (readonly)
Returns the value of attribute status
65 66 67 |
# File 'lib/pikuri/subprocess.rb', line 65 def status @status end |