Class: EventStore::SerializedEvent

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

Instance Attribute Summary collapse

Instance Attribute Details

#event_idObject

Returns the value of attribute event_id

Returns:

  • (Object)

    the current value of event_id



21
22
23
# File 'lib/event_store.rb', line 21

def event_id
  @event_id
end

#fully_qualified_nameObject

Returns the value of attribute fully_qualified_name

Returns:

  • (Object)

    the current value of fully_qualified_name



21
22
23
# File 'lib/event_store.rb', line 21

def fully_qualified_name
  @fully_qualified_name
end

#occurred_atObject

Returns the value of attribute occurred_at

Returns:

  • (Object)

    the current value of occurred_at



21
22
23
# File 'lib/event_store.rb', line 21

def occurred_at
  @occurred_at
end

#serialized_eventObject

Returns the value of attribute serialized_event

Returns:

  • (Object)

    the current value of serialized_event



21
22
23
# File 'lib/event_store.rb', line 21

def serialized_event
  @serialized_event
end