Class: RuntimeInspection::RTIManager::BreakPoint
- Inherits:
-
Struct
- Object
- Struct
- RuntimeInspection::RTIManager::BreakPoint
- Defined in:
- lib/rti/manager.rb
Overview
Used to collect data regarding each breakpoint. The state is associated with the appropriate client that is waiting for this breakpoint to be hit.
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
35 36 37 |
# File 'lib/rti/manager.rb', line 35 def id @id end |
#state ⇒ Object
Returns the value of attribute state
35 36 37 |
# File 'lib/rti/manager.rb', line 35 def state @state end |