Method: OpenC3::ConfigParser::Error#usage

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

#usageString (readonly)

Returns The usage string representing how this keyword should be formatted.

Returns:

  • (String)

    The usage string representing how this keyword should be formatted.



110
111
112
# File 'lib/openc3/config/config_parser.rb', line 110

def usage
  @usage
end