RailsEventStore/cqrs-es-sample-with-res

View on GitHub
ecommerce/crm/lib/crm/commands/promote_customer_to_vip.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Crm
  class PromoteCustomerToVip < Infra::Command
    attribute :customer_id, Infra::Types::UUID
    alias aggregate_id customer_id
  end
end