Method: PDK::Report::Event#column

Defined in:
lib/pdk/report/event.rb

#columnInteger (readonly)

Returns The column number in the line of the file that the event is in reference to.

Returns:

  • (Integer)

    The column number in the line of the file that the event is in reference to.



16
17
18
# File 'lib/pdk/report/event.rb', line 16

def column
  @column
end