Class: Tracekit::Snapshots::Snapshot
- Inherits:
-
Struct
- Object
- Struct
- Tracekit::Snapshots::Snapshot
- Defined in:
- lib/tracekit/snapshots/models.rb
Overview
Represents a snapshot capture
Instance Attribute Summary collapse
-
#breakpoint_id ⇒ Object
Returns the value of attribute breakpoint_id.
-
#captured_at ⇒ Object
Returns the value of attribute captured_at.
-
#expression_results ⇒ Object
Returns the value of attribute expression_results.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#function_name ⇒ Object
Returns the value of attribute function_name.
-
#label ⇒ Object
Returns the value of attribute label.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#security_flags ⇒ Object
Returns the value of attribute security_flags.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
-
#span_id ⇒ Object
Returns the value of attribute span_id.
-
#stack_trace ⇒ Object
Returns the value of attribute stack_trace.
-
#trace_id ⇒ Object
Returns the value of attribute trace_id.
-
#variables ⇒ Object
Returns the value of attribute variables.
Instance Attribute Details
#breakpoint_id ⇒ Object
Returns the value of attribute breakpoint_id
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def breakpoint_id @breakpoint_id end |
#captured_at ⇒ Object
Returns the value of attribute captured_at
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def captured_at @captured_at end |
#expression_results ⇒ Object
Returns the value of attribute expression_results
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def expression_results @expression_results end |
#file_path ⇒ Object
Returns the value of attribute file_path
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def file_path @file_path end |
#function_name ⇒ Object
Returns the value of attribute function_name
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def function_name @function_name end |
#label ⇒ Object
Returns the value of attribute label
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def label @label end |
#line_number ⇒ Object
Returns the value of attribute line_number
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def line_number @line_number end |
#mode ⇒ Object
Returns the value of attribute mode
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def mode @mode end |
#security_flags ⇒ Object
Returns the value of attribute security_flags
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def security_flags @security_flags end |
#service_name ⇒ Object
Returns the value of attribute service_name
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def service_name @service_name end |
#span_id ⇒ Object
Returns the value of attribute span_id
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def span_id @span_id end |
#stack_trace ⇒ Object
Returns the value of attribute stack_trace
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def stack_trace @stack_trace end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def trace_id @trace_id end |
#variables ⇒ Object
Returns the value of attribute variables
17 18 19 |
# File 'lib/tracekit/snapshots/models.rb', line 17 def variables @variables end |