Class: ITRP::Cmd_help

Inherits:
Cmd
  • Object
show all
Defined in:
lib/handlers/help.rb

Instance Attribute Summary

Attributes inherited from Cmd

#attach_cmd, #children, #enabled_in_state, #trigger

Instance Method Summary collapse

Methods inherited from Cmd

#appstate, #completions, #enter, #find_node, #is_root?, #place_node, #print_state, #set_time_window, #treeprint

Constructor Details

#initialize(e) ⇒ Cmd_help

Returns a new instance of Cmd_help.



4
5
6
7
8
9
# File 'lib/handlers/help.rb', line 4

def initialize (e)
  super(e)
  @enabled_in_state = :any
  @attach_cmd  = ''
  @trigger = 'help'
end