Module: Cleon::ArGuards

Included in:
Entities::Entity, Gateway, Services::Service
Defined in:
lib/cleon/arguards.rb

Overview

Place here shared argument guards for the domain

Constant Summary collapse

GuardModel =
ArGuard.new('model', 'must be Model',
Proc.new{|v| v.is_a?(Model)})