Method: CheckstyleReport::CheckstyleError#severity

Defined in:
lib/checkstyle_report/checkstyle_report.rb

#severityString (readonly)

Returns the severity level of the error.

Returns:

  • (String)

    The severity level of the error.



131
132
133
# File 'lib/checkstyle_report/checkstyle_report.rb', line 131

def severity
  @severity
end