enum

Fluxion::CLI::DoctorCommand::Level

Inherits Enum < Comparable < Value < Object

Constants

Pass = 0
Warn = 1
Fail = 2

Instance methods

fail?

Returns true if this enum value equals Fail

Source
pass?

Returns true if this enum value equals Pass

Source
warn?

Returns true if this enum value equals Warn

Source