Class: LSL::CommandExecution::Base
- Includes:
- FromHash
- Defined in:
- lib/lsl/command/execution.rb
Overview
a CommandExecution is method independant
Instance Attribute Summary collapse
-
#command_str ⇒ Object
Returns the value of attribute command_str.
-
#shell ⇒ Object
Returns the value of attribute shell.
Instance Attribute Details
#command_str ⇒ Object
Returns the value of attribute command_str.
40 41 42 |
# File 'lib/lsl/command/execution.rb', line 40 def command_str @command_str end |
#shell ⇒ Object
Returns the value of attribute shell.
40 41 42 |
# File 'lib/lsl/command/execution.rb', line 40 def shell @shell end |