Class: EvalExpressionEvent
- Inherits:
-
DebugEvent
- Object
- Event
- ArcadiaEvent
- DebugEvent
- EvalExpressionEvent
- Defined in:
- lib/a-contracts.rb
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
Attributes inherited from DebugEvent
#active, #file, #id, #persistent, #row
Attributes inherited from Event
#channel, #flag, #parent, #results, #sender, #time
Method Summary
Methods inherited from ArcadiaEvent
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
#expression ⇒ Object
Returns the value of attribute expression.
224 225 226 |
# File 'lib/a-contracts.rb', line 224 def expression @expression end |