Cuprum

An opinionated implementation of the Command pattern for Ruby applications. Cuprum wraps your business logic in a consistent, object-oriented interface and features status and error management, composability and control flow management.

Module: Cuprum::BuiltIn

Parent Namespace
Cuprum
Defined In
lib/cuprum/built_in.rb

Table Of Contents

Overview

Namespace for predefined command and operation classes.

Back To Top

Defined Under Namespace

Classes
IdentityCommand, IdentityOperation, NullCommand, NullOperation

Back To Top


Back to Documentation | Versions | 1.2 | Reference | Cuprum