Class: Hackle::EventProcessor::Message::Event
- Inherits:
-
Hackle::EventProcessor::Message
- Object
- Hackle::EventProcessor::Message
- Hackle::EventProcessor::Message::Event
- Defined in:
- lib/hackle/events/event_processor.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
readonly
Returns the value of attribute event.
Instance Method Summary collapse
-
#initialize(event) ⇒ Event
constructor
A new instance of Event.
Constructor Details
#initialize(event) ⇒ Event
Returns a new instance of Event.
49 50 51 |
# File 'lib/hackle/events/event_processor.rb', line 49 def initialize(event) @event = event end |
Instance Attribute Details
#event ⇒ Object (readonly)
Returns the value of attribute event.
47 48 49 |
# File 'lib/hackle/events/event_processor.rb', line 47 def event @event end |