Class: Yes::Core::Aggregate::Dsl::ClassResolvers::CommandGroup::Command

Inherits:
Base
  • Object
show all
Defined in:
lib/yes/core/aggregate/dsl/class_resolvers/command_group/command.rb

Overview

Resolves or generates the Command class for an aggregate-DSL command group. The generated class is a Commands::CommandGroup subclass carrying the group’s identity (context, aggregate, group_name) and the ordered list of sub-command names.

Since:

  • 0.1.0

Method Summary

Methods inherited from Base

#initialize

Methods inherited from Base

#call

Constructor Details

This class inherits a constructor from Yes::Core::Aggregate::Dsl::ClassResolvers::CommandGroup::Base