Class: Tracekit::Snapshots::Snapshot

Inherits:
Struct
  • Object
show all
Defined in:
lib/tracekit/snapshots/models.rb

Overview

Represents a snapshot capture

Instance Attribute Summary collapse

Instance Attribute Details

#breakpoint_idObject

Returns the value of attribute breakpoint_id

Returns:

  • (Object)

    the current value of breakpoint_id



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def breakpoint_id
  @breakpoint_id
end

#captured_atObject

Returns the value of attribute captured_at

Returns:

  • (Object)

    the current value of captured_at



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def captured_at
  @captured_at
end

#expression_resultsObject

Returns the value of attribute expression_results

Returns:

  • (Object)

    the current value of expression_results



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def expression_results
  @expression_results
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def file_path
  @file_path
end

#function_nameObject

Returns the value of attribute function_name

Returns:

  • (Object)

    the current value of function_name



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def function_name
  @function_name
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def label
  @label
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def line_number
  @line_number
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def mode
  @mode
end

#security_flagsObject

Returns the value of attribute security_flags

Returns:

  • (Object)

    the current value of security_flags



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def security_flags
  @security_flags
end

#service_nameObject

Returns the value of attribute service_name

Returns:

  • (Object)

    the current value of service_name



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def service_name
  @service_name
end

#span_idObject

Returns the value of attribute span_id

Returns:

  • (Object)

    the current value of span_id



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def span_id
  @span_id
end

#stack_traceObject

Returns the value of attribute stack_trace

Returns:

  • (Object)

    the current value of stack_trace



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def stack_trace
  @stack_trace
end

#trace_idObject

Returns the value of attribute trace_id

Returns:

  • (Object)

    the current value of trace_id



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def trace_id
  @trace_id
end

#variablesObject

Returns the value of attribute variables

Returns:

  • (Object)

    the current value of variables



17
18
19
# File 'lib/tracekit/snapshots/models.rb', line 17

def variables
  @variables
end