class EventSourcing::Aggregate::Manager::Reference
Public Instance Methods
instance_of(aggregate, id)
click to toggle source
# File lib/event_sourcing/aggregate/manager/reference.rb, line 8 def instance_of(aggregate, id) EventSourcing::Aggregate::Wrapper.new(self, aggregate, id) end