class SimpleEventSourcing::AggregateRoot::History
Attributes
aggregate_id[R]
Public Class Methods
new(aggregate_id)
click to toggle source
# File lib/simple_event_sourcing/aggregate_root/history.rb, line 6 def initialize(aggregate_id) @aggregate_id = aggregate_id end