Class: EventStore::Event

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

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_idObject

Returns the value of attribute aggregate_id

Returns:

  • (Object)

    the current value of aggregate_id



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

def aggregate_id
  @aggregate_id
end

#fully_qualified_nameObject

Returns the value of attribute fully_qualified_name

Returns:

  • (Object)

    the current value of fully_qualified_name



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

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



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

def occurred_at
  @occurred_at
end

#serialized_eventObject

Returns the value of attribute serialized_event

Returns:

  • (Object)

    the current value of serialized_event



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

def serialized_event
  @serialized_event
end

#sub_keyObject

Returns the value of attribute sub_key

Returns:

  • (Object)

    the current value of sub_key



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

def sub_key
  @sub_key
end