Class: EventStream::Event
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- EventStream::Event
- Defined in:
- lib/event_stream.rb
Overview
An Event. Each event is an OpenStruct with a name as well as any number of other optional fields.
Instance Attribute Summary collapse
Instance Attribute Details
#name ⇒ Symbol
20 |
# File 'lib/event_stream.rb', line 20 class Event < OpenStruct; end |