Class: Tracekit::Snapshots::BreakpointRegistration

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

Overview

Represents a breakpoint registration request

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



27
28
29
# File 'lib/tracekit/snapshots/models.rb', line 27

def file_path
  @file_path
end

#function_nameObject

Returns the value of attribute function_name

Returns:

  • (Object)

    the current value of function_name



27
28
29
# File 'lib/tracekit/snapshots/models.rb', line 27

def function_name
  @function_name
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



27
28
29
# File 'lib/tracekit/snapshots/models.rb', line 27

def label
  @label
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



27
28
29
# File 'lib/tracekit/snapshots/models.rb', line 27

def line_number
  @line_number
end

#service_nameObject

Returns the value of attribute service_name

Returns:

  • (Object)

    the current value of service_name



27
28
29
# File 'lib/tracekit/snapshots/models.rb', line 27

def service_name
  @service_name
end