struct Config
- Config
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
Defined in:
config.crConstructors
Instance Method Summary
- #botapi_token : String
- #botapi_token=(botapi_token : String)
- #discord_client_id : String
- #discord_client_id=(discord_client_id : String)
- #discord_token : String
- #discord_token=(discord_token : String)
- #messages_enabled : Bool
- #messages_enabled=(messages_enabled : Bool)
- #messages_welcome : String
- #messages_welcome=(messages_welcome : String)
- #mysql_dbname : String
- #mysql_dbname=(mysql_dbname : String)
- #mysql_enabled : Bool
- #mysql_enabled=(mysql_enabled : Bool)
- #mysql_hostname : String
- #mysql_hostname=(mysql_hostname : String)
- #mysql_password : String
- #mysql_password=(mysql_password : String)
- #mysql_port : Int32
- #mysql_port=(mysql_port : Int32)
- #mysql_user : String
- #mysql_user=(mysql_user : String)
- #web_cert : String
- #web_cert=(web_cert : String)
- #web_enabled : Bool
- #web_enabled=(web_enabled : Bool)
- #web_hostname : String
- #web_hostname=(web_hostname : String)
- #web_port : Int32
- #web_port=(web_port : Int32)
- #web_privkey : String
- #web_privkey=(web_privkey : String)
- #web_ssl : Bool
- #web_ssl=(web_ssl : Bool)