Class: Stannum::Constraints::Base::Builder Private

Inherits:
Stannum::Contracts::Builder show all
Defined in:
lib/stannum/constraints/base.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Builder class for defining constraints for a Contract.

This class should not be invoked directly. Instead, pass a block to the constructor for Contract.

Instance Attribute Summary

Attributes inherited from Stannum::Contracts::Builder

#contract

Method Summary

Methods inherited from Stannum::Contracts::Builder

#concat, #constraint, #initialize

Constructor Details

This class inherits a constructor from Stannum::Contracts::Builder