Class: BuildEvent
- Inherits:
-
ArcadiaSysEvent
- Object
- Event
- ArcadiaEvent
- ArcadiaSysEvent
- BuildEvent
- Defined in:
- lib/a-contracts.rb
Overview
------------------------------------------
Extention Event (raised only by Arcadia)
do not raise!
Every extensions listen on these events
------------------------------------------
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
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
#name ⇒ Object
Returns the value of attribute name.
37 38 39 |
# File 'lib/a-contracts.rb', line 37 def name @name end |