Class: Roby::Interface::CommandLibrary::InterfaceCommands
- Defined in:
- lib/roby/interface/command_library.rb
Instance Attribute Summary collapse
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#commands ⇒ Object
Returns the value of attribute commands
94 95 96 |
# File 'lib/roby/interface/command_library.rb', line 94 def commands @commands end |
#description ⇒ Object
Returns the value of attribute description
94 95 96 |
# File 'lib/roby/interface/command_library.rb', line 94 def description @description end |
#name ⇒ Object
Returns the value of attribute name
94 95 96 |
# File 'lib/roby/interface/command_library.rb', line 94 def name @name end |