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



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

def events
  @events
end

#idObject

Returns the value of attribute id



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

def id
  @id
end

#klassObject

Returns the value of attribute klass



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

def klass
  @klass
end

#metaObject

Returns the value of attribute meta



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

def meta
  @meta
end