Class: EventStore::SerializedEvent

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

Instance Attribute Summary collapse

Instance Attribute Details

#fully_qualified_nameObject

Returns the value of attribute fully_qualified_name

Returns:

  • (Object)

    the current value of fully_qualified_name



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

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



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

def occurred_at
  @occurred_at
end

#serialized_eventObject

Returns the value of attribute serialized_event

Returns:

  • (Object)

    the current value of serialized_event



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

def serialized_event
  @serialized_event
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end