enum

Fluxion::Architecture

Inherits Enum < Comparable < Value < Object

CPU architectures Fluxion can select release assets for.

Constants

Amd64 = 0
Arm64 = 1

Class methods

from_config?(value : String | Nil) : self | Nil
Source

Instance methods

amd64?

Returns true if this enum value equals Amd64

Source
arm64?

Returns true if this enum value equals Arm64

Source
config_name
Source
to_s(io : IO) : Nil

Appends a String representation of this enum member to the given io.

See also: to_s.

Source