Class: ITRP::Cmd_list
Instance Attribute Summary
Attributes inherited from Cmd
#attach_cmd, #children, #enabled_in_state, #trigger
Instance Method Summary collapse
-
#initialize(e) ⇒ Cmd_list
constructor
A new instance of Cmd_list.
Methods inherited from Cmd
#appstate, #completions, #enter, #find_node, #is_root?, #place_node, #print_state, #set_time_window, #treeprint
Constructor Details
#initialize(e) ⇒ Cmd_list
Returns a new instance of Cmd_list.
4 5 6 7 8 9 |
# File 'lib/handlers/list.rb', line 4 def initialize (e) super(e) @enabled_in_state = :any @attach_cmd = '' @trigger = 'list' end |