Method: Contrast::Agent::Reporting::FindingEventStack#file

Defined in:
lib/contrast/agent/reporting/reporting_events/finding_event_stack.rb

#fileString (readonly)

Returns the stack frame to show in TeamServer; the value of an entry in #caller.

Returns:

  • (String)

    the stack frame to show in TeamServer; the value of an entry in #caller



19
20
21
# File 'lib/contrast/agent/reporting/reporting_events/finding_event_stack.rb', line 19

def file
  @file
end