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



16
17
18
# File 'lib/event_store.rb', line 16

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



16
17
18
# File 'lib/event_store.rb', line 16

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



16
17
18
# File 'lib/event_store.rb', line 16

def occurred_at
  @occurred_at
end

#serialized_eventObject

Returns the value of attribute serialized_event

Returns:

  • (Object)

    the current value of serialized_event



16
17
18
# File 'lib/event_store.rb', line 16

def serialized_event
  @serialized_event
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



16
17
18
# File 'lib/event_store.rb', line 16

def version
  @version
end