Class: Aggro::EventStream
- Inherits:
-
Struct
- Object
- Struct
- Aggro::EventStream
- Defined in:
- lib/aggro.rb
Instance Attribute Summary collapse
-
#events ⇒ Object
Returns the value of attribute events.
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#events ⇒ Object
Returns the value of attribute events
107 108 109 |
# File 'lib/aggro.rb', line 107 def events @events end |
#id ⇒ Object
Returns the value of attribute id
107 108 109 |
# File 'lib/aggro.rb', line 107 def id @id end |
#type ⇒ Object
Returns the value of attribute type
107 108 109 |
# File 'lib/aggro.rb', line 107 def type @type end |