Class: HomeQ::Base::Commando::CommandScheme
- Inherits:
-
Object
- Object
- HomeQ::Base::Commando::CommandScheme
- Includes:
- Singleton
- Defined in:
- lib/homeq/base/commando.rb
Instance Attribute Summary collapse
-
#command_list ⇒ Object
Returns the value of attribute command_list.
Instance Method Summary collapse
-
#initialize ⇒ CommandScheme
constructor
A new instance of CommandScheme.
Constructor Details
#initialize ⇒ CommandScheme
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_list ⇒ Object
Returns the value of attribute command_list.
71 72 73 |
# File 'lib/homeq/base/commando.rb', line 71 def command_list @command_list end |