Exception: Transat::HelpNeeded

Inherits:
StandardError
  • Object
show all
Defined in:
lib/transat/parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(command) ⇒ HelpNeeded

Returns a new instance of HelpNeeded.



30
31
32
# File 'lib/transat/parser.rb', line 30

def initialize(command)
  @command = command
end

Instance Attribute Details

#commandObject (readonly)

Returns the value of attribute command.



28
29
30
# File 'lib/transat/parser.rb', line 28

def command
  @command
end