Class: DebugStepInfoEvent
- Inherits:
-
DebugEvent
- Object
- Event
- ArcadiaEvent
- DebugEvent
- DebugStepInfoEvent
- Defined in:
- lib/a-contracts.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#row ⇒ Object
Returns the value of attribute row.
Attributes inherited from DebugEvent
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
#file ⇒ Object
Returns the value of attribute file.
175 176 177 |
# File 'lib/a-contracts.rb', line 175 def file @file end |
#row ⇒ Object
Returns the value of attribute row.
175 176 177 |
# File 'lib/a-contracts.rb', line 175 def row @row end |