Method: PDK::Report::Event#file

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

#fileString (readonly)

Returns The path to the file that the event is in reference to.

Returns:

  • (String)

    The path to the file that the event is in reference to.



8
9
10
# File 'lib/pdk/report/event.rb', line 8

def file
  @file
end