Class: LxDev::System::Result
- Inherits:
-
Object
- Object
- LxDev::System::Result
- Defined in:
- lib/lxdev/system.rb
Instance Attribute Summary collapse
-
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
5 6 7 |
# File 'lib/lxdev/system.rb', line 5 def exitstatus @exitstatus end |
#output ⇒ Object
Returns the value of attribute output.
4 5 6 |
# File 'lib/lxdev/system.rb', line 4 def output @output end |