class Karma::Config

Defined in:

config.cr

Constant Summary

INSTANCE = Config.new

Instance Method Summary

Instance Method Detail

def dump_dir : String #

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

[View source]
def host : String #

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

[View source]
def port : Int32 #

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

[View source]
def restore : Bool #

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

[View source]
def tcp_nodelay : Bool #

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

[View source]