Class: Obfusk::Util::Sh
- Inherits:
-
Struct
- Object
- Struct
- Obfusk::Util::Sh
- Includes:
- ShBase
- Defined in:
- lib/obfusk/util/sh.rb
Overview
shell result
Instance Attribute Summary collapse
-
#cmd ⇒ Object
Returns the value of attribute cmd.
-
#status ⇒ Object
Returns the value of attribute status.
Method Summary
Methods included from ShBase
Instance Attribute Details
#cmd ⇒ Object
Returns the value of attribute cmd
36 37 38 |
# File 'lib/obfusk/util/sh.rb', line 36 def cmd @cmd end |
#status ⇒ Object
Returns the value of attribute status
36 37 38 |
# File 'lib/obfusk/util/sh.rb', line 36 def status @status end |