struct

Fluxion::TargetOs

Inherits Struct < Value < Object

The OS a profile declares it targets.

For the stable jobs/steps schema this drives package-manager validation. For WorkstationProfile manifests it is informational metadata only: host facts and per-entry when rules decide what actually runs.

Constructors

new(distribution : Distribution, release : String | Nil = nil)
Source

Instance methods

distribution
Source
release
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source