class Crash::Settings

Defined in:

tools/settings.cr

Instance Method Summary

Instance Method Detail

def config_path : String #

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

[View source]
def debug=(debug : Bool) #

[View source]
def debug? : Bool #

[View source]
def godmode=(godmode : Bool) #

[View source]
def godmode? : Bool #

[View source]
def pass : String #

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

[View source]
def port : String #

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

[View source]
def server : String #

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

[View source]
def slave=(slave : Bool) #

[View source]
def slave? : Bool #

[View source]
def topic : String #

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

[View source]
def user : String #

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

[View source]