Class: Tracekit::Snapshots::BreakpointConfig
- Inherits:
-
Struct
- Object
- Struct
- Tracekit::Snapshots::BreakpointConfig
- Defined in:
- lib/tracekit/snapshots/models.rb
Overview
Represents a breakpoint configuration from the backend
Instance Attribute Summary collapse
-
#capture_count ⇒ Object
Returns the value of attribute capture_count.
-
#capture_expressions ⇒ Object
Returns the value of attribute capture_expressions.
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#condition_eval ⇒ Object
Returns the value of attribute condition_eval.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#expire_at ⇒ Object
Returns the value of attribute expire_at.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#function_name ⇒ Object
Returns the value of attribute function_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#idle_timeout_hours ⇒ Object
Returns the value of attribute idle_timeout_hours.
-
#label ⇒ Object
Returns the value of attribute label.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#max_captures ⇒ Object
Returns the value of attribute max_captures.
-
#max_depth ⇒ Object
Returns the value of attribute max_depth.
-
#max_payload_bytes ⇒ Object
Returns the value of attribute max_payload_bytes.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#stack_depth ⇒ Object
Returns the value of attribute stack_depth.
Instance Attribute Details
#capture_count ⇒ Object
Returns the value of attribute capture_count
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def capture_count @capture_count end |
#capture_expressions ⇒ Object
Returns the value of attribute capture_expressions
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def capture_expressions @capture_expressions end |
#condition ⇒ Object
Returns the value of attribute condition
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def condition @condition end |
#condition_eval ⇒ Object
Returns the value of attribute condition_eval
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def condition_eval @condition_eval end |
#enabled ⇒ Object
Returns the value of attribute enabled
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def enabled @enabled end |
#expire_at ⇒ Object
Returns the value of attribute expire_at
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def expire_at @expire_at end |
#file_path ⇒ Object
Returns the value of attribute file_path
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def file_path @file_path end |
#function_name ⇒ Object
Returns the value of attribute function_name
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def function_name @function_name end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def id @id end |
#idle_timeout_hours ⇒ Object
Returns the value of attribute idle_timeout_hours
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def idle_timeout_hours @idle_timeout_hours end |
#label ⇒ Object
Returns the value of attribute label
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def label @label end |
#line_number ⇒ Object
Returns the value of attribute line_number
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def line_number @line_number end |
#max_captures ⇒ Object
Returns the value of attribute max_captures
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def max_captures @max_captures end |
#max_depth ⇒ Object
Returns the value of attribute max_depth
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def max_depth @max_depth end |
#max_payload_bytes ⇒ Object
Returns the value of attribute max_payload_bytes
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def max_payload_bytes @max_payload_bytes end |
#mode ⇒ Object
Returns the value of attribute mode
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def mode @mode end |
#stack_depth ⇒ Object
Returns the value of attribute stack_depth
6 7 8 |
# File 'lib/tracekit/snapshots/models.rb', line 6 def stack_depth @stack_depth end |