Class: Vanguard::Rule::Nullary::Attribute::Inclusion

Inherits:
Vanguard::Rule::Nullary::Attribute show all
Defined in:
lib/vanguard/rule/nullary/attribute/inclusion.rb

Overview

Rule that tests for inclusion

Direct Known Subclasses

Acceptance

Defined Under Namespace

Classes: Acceptance, Builder

Constant Summary collapse

TYPE =
:inclusion

Instance Attribute Summary

Attributes inherited from Vanguard::Rule::Nullary::Attribute

#attribute_name, #matcher

Method Summary

Methods inherited from Vanguard::Rule::Nullary::Attribute

#initialize

Methods inherited from Vanguard::Rule::Nullary

builder, #type

Methods inherited from Vanguard::Rule

#evaluate, #evaluator, #violations

Constructor Details

This class inherits a constructor from Vanguard::Rule::Nullary::Attribute