Class: Mushy::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/mushy/event.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEvent

Returns a new instance of Event.



10
11
12
# File 'lib/mushy/event.rb', line 10

def initialize
  self.data = SymbolizedHash.new
end

Instance Attribute Details

#dataObject

Returns the value of attribute data.



8
9
10
# File 'lib/mushy/event.rb', line 8

def data
  @data
end

#flow_idObject

Returns the value of attribute flow_id.



7
8
9
# File 'lib/mushy/event.rb', line 7

def flow_id
  @flow_id
end

#flux_idObject

Returns the value of attribute flux_id.



6
7
8
# File 'lib/mushy/event.rb', line 6

def flux_id
  @flux_id
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/mushy/event.rb', line 4

def id
  @id
end

#run_idObject

Returns the value of attribute run_id.



5
6
7
# File 'lib/mushy/event.rb', line 5

def run_id
  @run_id
end