Class: Vanguard::Rule::Nullary::Attribute::Primitive

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

Overview

Rule for testing primitives

Defined Under Namespace

Classes: Builder

Constant Summary collapse

TYPE =
:primitive

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