Class: BuildEvent

Inherits:
ArcadiaEvent show all
Defined in:
lib/a-contracts.rb

Overview

------------------------------------------

Extention Event (raised only by Arcadia)
do not raise!

------------------------------------------

Instance Attribute Summary collapse

Attributes inherited from Event

#channel, #parent, #results, #sender, #time

Method Summary

Methods inherited from Event

#add_result, #break, #initialize, #is_breaked?

Constructor Details

This class inherits a constructor from Event

Instance Attribute Details

#nameObject

Returns the value of attribute name.



26
27
28
# File 'lib/a-contracts.rb', line 26

def name
  @name
end