Class: Roby::Interface::CommandLibrary::InterfaceCommands

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/interface/command_library.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



94
95
96
# File 'lib/roby/interface/command_library.rb', line 94

def commands
  @commands
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



94
95
96
# File 'lib/roby/interface/command_library.rb', line 94

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



94
95
96
# File 'lib/roby/interface/command_library.rb', line 94

def name
  @name
end