Class: Tracekit::Snapshots::BreakpointRegistration
- Inherits:
-
Struct
- Object
- Struct
- Tracekit::Snapshots::BreakpointRegistration
- Defined in:
- lib/tracekit/snapshots/models.rb
Overview
Represents a breakpoint registration request
Instance Attribute Summary collapse
-
#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.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
Instance Attribute Details
#file_path ⇒ Object
Returns the value of attribute file_path
27 28 29 |
# File 'lib/tracekit/snapshots/models.rb', line 27 def file_path @file_path end |
#function_name ⇒ Object
Returns the value of attribute function_name
27 28 29 |
# File 'lib/tracekit/snapshots/models.rb', line 27 def function_name @function_name end |
#label ⇒ Object
Returns the value of attribute label
27 28 29 |
# File 'lib/tracekit/snapshots/models.rb', line 27 def label @label end |
#line_number ⇒ Object
Returns the value of attribute line_number
27 28 29 |
# File 'lib/tracekit/snapshots/models.rb', line 27 def line_number @line_number end |
#service_name ⇒ Object
Returns the value of attribute service_name
27 28 29 |
# File 'lib/tracekit/snapshots/models.rb', line 27 def service_name @service_name end |