Class: Tracekit::Snapshots::BreakpointConfig

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

Overview

Represents a breakpoint configuration from the backend

Instance Attribute Summary collapse

Instance Attribute Details

#capture_countObject

Returns the value of attribute capture_count

Returns:

  • (Object)

    the current value of capture_count



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def capture_count
  @capture_count
end

#capture_expressionsObject

Returns the value of attribute capture_expressions

Returns:

  • (Object)

    the current value of capture_expressions



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def capture_expressions
  @capture_expressions
end

#conditionObject

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def condition
  @condition
end

#condition_evalObject

Returns the value of attribute condition_eval

Returns:

  • (Object)

    the current value of condition_eval



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def condition_eval
  @condition_eval
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def enabled
  @enabled
end

#expire_atObject

Returns the value of attribute expire_at

Returns:

  • (Object)

    the current value of expire_at



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def expire_at
  @expire_at
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def file_path
  @file_path
end

#function_nameObject

Returns the value of attribute function_name

Returns:

  • (Object)

    the current value of function_name



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def function_name
  @function_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def id
  @id
end

#idle_timeout_hoursObject

Returns the value of attribute idle_timeout_hours

Returns:

  • (Object)

    the current value of idle_timeout_hours



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def idle_timeout_hours
  @idle_timeout_hours
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def label
  @label
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def line_number
  @line_number
end

#max_capturesObject

Returns the value of attribute max_captures

Returns:

  • (Object)

    the current value of max_captures



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def max_captures
  @max_captures
end

#max_depthObject

Returns the value of attribute max_depth

Returns:

  • (Object)

    the current value of max_depth



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def max_depth
  @max_depth
end

#max_payload_bytesObject

Returns the value of attribute max_payload_bytes

Returns:

  • (Object)

    the current value of max_payload_bytes



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def max_payload_bytes
  @max_payload_bytes
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def mode
  @mode
end

#stack_depthObject

Returns the value of attribute stack_depth

Returns:

  • (Object)

    the current value of stack_depth



6
7
8
# File 'lib/tracekit/snapshots/models.rb', line 6

def stack_depth
  @stack_depth
end