class Crog::Settings
- Crog::Settings
- Reference
- Object
Defined in:
tools/settings.crInstance Method Summary
- #debug=(debug : Bool)
- #debug? : Bool
- #host : String
- #host=(host : String)
- #mixin : String
- #mixin=(mixin : String)
- #port : Int32
- #port=(port : Int32)
- #redis_host : String
- #redis_host=(redis_host : String)
- #redis_port : Int32
- #redis_port=(redis_port : Int32)
- #template : String
- #template=(template : String)