Class: Balmora::Shell::Expression

Inherits:
Object
  • Object
show all
Defined in:
lib/balmora/shell.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(command) ⇒ Expression

Returns a new instance of Expression.



20
21
22
# File 'lib/balmora/shell.rb', line 20

def initialize(command)
  @command = command
end

Instance Attribute Details

#commandObject (readonly)

Returns the value of attribute command.



18
19
20
# File 'lib/balmora/shell.rb', line 18

def command
  @command
end