struct

Fluxion::InstallationStatus

Inherits Struct < Value < Object

What a probe concluded about an item.

Unknown is distinct from NotInstalled on purpose: the probe itself failing is not evidence of absence, and the difference shows up in status --failed and in whether plan says "would run" or "would run (probe unknown)".

Constructors

Instance methods

initialize
Source
installed?
Source
item
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source

Nested types