class TemplateAggregate
Public Class Methods
new(command)
click to toggle source
Calls superclass method
Sequent::Core::AggregateRoot::new
# File lib/sequent/generator/template_aggregate/template_aggregate/template_aggregate.rb, line 2 def initialize(command) super(command.aggregate_id) apply TemplateAggregateAdded end