Class: LSL::CommandExecution::Base

Inherits:
Object
  • Object
show all
Includes:
FromHash
Defined in:
lib/lsl/command/execution.rb

Overview

a CommandExecution is method independant

Direct Known Subclasses

Compound, Single

Instance Attribute Summary collapse

Instance Attribute Details

#command_strObject

Returns the value of attribute command_str.



40
41
42
# File 'lib/lsl/command/execution.rb', line 40

def command_str
  @command_str
end

#shellObject

Returns the value of attribute shell.



40
41
42
# File 'lib/lsl/command/execution.rb', line 40

def shell
  @shell
end