Class: SetBreakpointEvent
- Inherits:
-
DebugEvent
- Object
- Event
- ArcadiaEvent
- DebugEvent
- SetBreakpointEvent
- Defined in:
- lib/a-contracts.rb
Instance Attribute Summary collapse
-
#line_code ⇒ Object
Returns the value of attribute line_code.
Attributes inherited from DebugEvent
#active, #file, #id, #persistent, #row
Attributes inherited from Event
#channel, #parent, #results, #sender, #time
Method Summary
Methods inherited from Event
#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?
Constructor Details
This class inherits a constructor from Event
Instance Attribute Details
#line_code ⇒ Object
Returns the value of attribute line_code.
149 150 151 |
# File 'lib/a-contracts.rb', line 149 def line_code @line_code end |