Method: CheckstyleReport::CheckstyleError#line

Defined in:
lib/checkstyle_report/checkstyle_report.rb

#lineInteger (readonly)

Returns the line number where the error occurred.

Returns:

  • (Integer)

    The line number where the error occurred.



146
147
148
# File 'lib/checkstyle_report/checkstyle_report.rb', line 146

def line
  @line
end