struct

Fluxion::Config::PlanKinds::Kind

Inherits Struct < Value < Object

Constructors

new(id : String, summary : String, category : Category, package_actions : Array(String) = [] of String, package_manager : PackageManager | Nil = nil)
Source

Instance methods

category
Source
package_actions

Pre-install actions this kind's spec.actions accepts.

Source
package_manager

The package manager a package kind installs with. Nil for kinds where the manifest picks one, or where the concept does not apply.

Source
summary
Source