enum

Fluxion::Registry::Store::Drift

Inherits Enum < Comparable < Value < Object

Constants

Current = 0

Installed and byte-identical to the registry.

Upstream = 1

Installed, and the registry has changed since.

Local = 2

Installed and edited locally.

Both = 3

Installed, edited locally, and changed upstream.

Absent = 4

Not installed.

Instance methods

absent?

Returns true if this enum value equals Absent

Source
both?

Returns true if this enum value equals Both

Source
current?

Returns true if this enum value equals Current

Source
local?

Returns true if this enum value equals Local

Source
upstream?

Returns true if this enum value equals Upstream

Source