class Daemon::Config

Included Modules

Defined in:

daemon.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clients : Array(ClientStatus) | Nil #

[View source]
def clients=(clients : Array(ClientStatus) | Nil) #

[View source]
def hostname : String #

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

[View source]
def networkName : String #

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

[View source]
def networkPassword : String #

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

[View source]
def role : String #

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

[View source]
def serverHostname : String #

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

[View source]
def serverIp : String #

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

[View source]
def version : String #

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

[View source]