Class: SystemExecEvent::Result
- Inherits:
-
Result
- Object
- Result
- SystemExecEvent::Result
- Defined in:
- lib/a-contracts.rb
Instance Attribute Summary collapse
-
#std_error ⇒ Object
Returns the value of attribute std_error.
-
#std_output ⇒ Object
Returns the value of attribute std_output.
Instance Attribute Details
#std_error ⇒ Object
Returns the value of attribute std_error.
295 296 297 |
# File 'lib/a-contracts.rb', line 295 def std_error @std_error end |
#std_output ⇒ Object
Returns the value of attribute std_output.
295 296 297 |
# File 'lib/a-contracts.rb', line 295 def std_output @std_output end |