Method: Roby::Application#rest_interface_port

Defined in:
lib/roby/app.rb

#rest_interface_portInteger

The port on which the REST interface server should be

Returns:

  • (Integer)


808
809
810
# File 'lib/roby/app.rb', line 808

def rest_interface_port
  @rest_interface_port
end