Method: PDK::Report::Event#line

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

#lineInteger (readonly)

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

Returns:

  • (Integer)

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



12
13
14
# File 'lib/pdk/report/event.rb', line 12

def line
  @line
end