Class: EventSorcerer::AggregateProxy::SaveReciept

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

Overview

Public: Value object which is returned from a successful save.

Instance Attribute Summary collapse

Instance Attribute Details

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



8
9
10
# File 'lib/event_sorcerer/aggregate_proxy.rb', line 8

def events
  @events
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/event_sorcerer/aggregate_proxy.rb', line 8

def id
  @id
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



8
9
10
# File 'lib/event_sorcerer/aggregate_proxy.rb', line 8

def klass
  @klass
end

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



8
9
10
# File 'lib/event_sorcerer/aggregate_proxy.rb', line 8

def meta
  @meta
end