Class: EventQ::EventRaisedExchange
- Defined in:
- lib/eventq_base/event_raised_exchange.rb
Instance Attribute Summary
Attributes inherited from Exchange
Instance Method Summary collapse
-
#initialize ⇒ EventRaisedExchange
constructor
A new instance of EventRaisedExchange.
Constructor Details
#initialize ⇒ EventRaisedExchange
Returns a new instance of EventRaisedExchange.
3 4 5 |
# File 'lib/eventq_base/event_raised_exchange.rb', line 3 def initialize @name = 'eventq.eventraised.ex' end |