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
76 77 78 |
# File 'lib/roby/interface/command_library.rb', line 76 def commands @commands end |
#description ⇒ Object
Returns the value of attribute description
76 77 78 |
# File 'lib/roby/interface/command_library.rb', line 76 def description @description end |
#name ⇒ Object
Returns the value of attribute name
76 77 78 |
# File 'lib/roby/interface/command_library.rb', line 76 def name @name end |