Method: OpenC3::ConfigParser#url

Defined in:
lib/openc3/config/config_parser.rb

#urlString

Returns The default URL to use in errors. The URL can still be overridden by directly passing it to the error method.

Returns:

  • (String)

    The default URL to use in errors. The URL can still be overridden by directly passing it to the error method.



55
56
57
# File 'lib/openc3/config/config_parser.rb', line 55

def url
  @url
end