Method: CheckstyleReport::CheckstyleError#column

Defined in:
lib/checkstyle_report/checkstyle_report.rb

#columnInteger (readonly)

Returns the column number where the error occurred.

Returns:

  • (Integer)

    The column number where the error occurred.



151
152
153
# File 'lib/checkstyle_report/checkstyle_report.rb', line 151

def column
  @column
end