Class: HomeQ::Base::Commando::CommandScheme

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/homeq/base/commando.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCommandScheme

Returns a new instance of CommandScheme.



72
73
74
# File 'lib/homeq/base/commando.rb', line 72

def initialize
  @command_list = {}
end

Instance Attribute Details

#command_listObject

Returns the value of attribute command_list.



71
72
73
# File 'lib/homeq/base/commando.rb', line 71

def command_list
  @command_list
end