class Crog::Settings

Defined in:

tools/settings.cr

Instance Method Summary

Instance Method Detail

def debug=(debug : Bool) #

[View source]
def debug? : Bool #

[View source]
def host : String #

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

[View source]
def mixin : String #

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

[View source]
def port : Int32 #

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

[View source]
def redis_host : String #

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

[View source]
def redis_port : Int32 #

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

[View source]
def template : String #

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

[View source]