enum

Fluxion::CLI::StatusReport::Classification

Inherits Enum < Comparable < Value < Object

Constants

Installed = 0

Declared, and present.

Missing = 1

Declared, and absent.

StateOnly = 2

Recorded by a previous run but no longer declared.

Unknown = 3

The probe could not answer. Distinct from Missing on purpose: absence of evidence is not evidence of absence, and reinstalling on that basis would be wrong.

VersionDrift = 4

State and the live probe disagree about the version.

Instance methods

change?

Whether this classification represents work still to do.

Source
installed?

Returns true if this enum value equals Installed

Source
label
Source
missing?

Returns true if this enum value equals Missing

Source
state_only?

Returns true if this enum value equals StateOnly

Source
title
Source
unknown?

Returns true if this enum value equals Unknown

Source
version_drift?

Returns true if this enum value equals VersionDrift

Source