enum

Smith::Tools::Decision

Inherits Enum < Comparable < Value < Object

Constants

Allow = 0
Ask = 1
Deny = 2
Unset = 3

No rule had anything to say — fall back to the configured mode.

Instance methods

allow?

Returns true if this enum value equals Allow

Source
ask?

Returns true if this enum value equals Ask

Source
deny?

Returns true if this enum value equals Deny

Source
unset?

Returns true if this enum value equals Unset

Source