struct SystemInfo

Overview

silly struct for defining wtf these properties are supposed to be. also only using 4 character names because I like it when things are aligned and I don't feel like writing any more than I already have to.

Defined in:

cryfetch.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ausr : String, husr : String, opsy : String, kern : String, arch : String, time : String, pkgs : String, shll : String, cpux : String, gpux : String, ramx : String, intf : String, ipv4 : String, ipv6 : String) #

[View source]

Instance Method Detail

def arch : String #

[View source]
def arch=(arch : String) #

[View source]
def ausr : String #

[View source]
def ausr=(ausr : String) #

[View source]
def cpux : String #

[View source]
def cpux=(cpux : String) #

[View source]
def gpux : String #

[View source]
def gpux=(gpux : String) #

[View source]
def husr : String #

[View source]
def husr=(husr : String) #

[View source]
def intf : String #

[View source]
def intf=(intf : String) #

[View source]
def ipv4 : String #

[View source]
def ipv4=(ipv4 : String) #

[View source]
def ipv6 : String #

[View source]
def ipv6=(ipv6 : String) #

[View source]
def kern : String #

[View source]
def kern=(kern : String) #

[View source]
def opsy : String #

[View source]
def opsy=(opsy : String) #

[View source]
def pkgs : String #

[View source]
def pkgs=(pkgs : String) #

[View source]
def ramx : String #

[View source]
def ramx=(ramx : String) #

[View source]
def shll : String #

[View source]
def shll=(shll : String) #

[View source]
def time : String #

[View source]
def time=(time : String) #

[View source]