Method: PDK::Report::Event#source

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

#sourceString (readonly)

Returns The name of the source of the event (usually the name of the validation or testing tool that generated the event).

Returns:

  • (String)

    The name of the source of the event (usually the name of the validation or testing tool that generated the event).



20
21
22
# File 'lib/pdk/report/event.rb', line 20

def source
  @source
end