Class: EventStream::Event

Inherits:
OpenStruct
  • Object
show all
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

#nameSymbol

Returns:



20
# File 'lib/event_stream.rb', line 20

class Event < OpenStruct; end