Papipo/event_sourcing

View on GitHub
lib/event_sourcing/aggregate/manager/instance_of.rb

Summary

Maintainability
A
0 mins
Test Coverage
# TODO Remove
require "values"
require "event_sourcing/aggregate/manager"

module EventSourcing
  module Aggregate
    class Manager
      InstanceOf = Value.new(:aggregate, :id)
    end
  end
end