Method: CheckstyleReport::CheckstyleError#column
- Defined in:
- lib/checkstyle_report/checkstyle_report.rb
#column ⇒ Integer (readonly)
Returns the column number where the error occurred.
151 152 153 |
# File 'lib/checkstyle_report/checkstyle_report.rb', line 151 def column @column end |