class Sequent::Core::BaseCommand

Base class for all Command’s.

Commands form the API of your domain. They are simple data objects with descriptive names of what they want to achieve. E.g. ‘SendInvoice`.

BaseCommand uses ‘ActiveModel::Validations` for validations