Class: Aggro::EventStream

Inherits:
Struct
  • Object
show all
Defined in:
lib/aggro.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



107
108
109
# File 'lib/aggro.rb', line 107

def events
  @events
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



107
108
109
# File 'lib/aggro.rb', line 107

def id
  @id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



107
108
109
# File 'lib/aggro.rb', line 107

def type
  @type
end