Method: CheckstyleReport::CheckstyleError#name

Defined in:
lib/checkstyle_report/checkstyle_report.rb

#nameString (readonly)

Returns the name of the error.

Returns:

  • (String)

    The name of the error.



156
157
158
# File 'lib/checkstyle_report/checkstyle_report.rb', line 156

def name
  @name
end