Method: Artoo::Interfaces::Interface#commands

Defined in:
lib/artoo/interfaces/interface.rb

#commandsCollection

Returns commands.

Returns:

  • (Collection)

    commands



32
33
34
# File 'lib/artoo/interfaces/interface.rb', line 32

def commands
  self.class.const_get('COMMANDS')
end