struct

Config

Inherits YAML::Serializable < Struct < Value < Object

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

botapi_token
Source
botapi_token=(botapi_token : String)
Source
discord_client_id
Source
discord_client_id=(discord_client_id : String)
Source
discord_token
Source
discord_token=(discord_token : String)
Source
messages_enabled
Source
messages_enabled=(messages_enabled : Bool)
Source
messages_welcome
Source
messages_welcome=(messages_welcome : String)
Source
mysql_dbname
Source
mysql_dbname=(mysql_dbname : String)
Source
mysql_enabled
Source
mysql_enabled=(mysql_enabled : Bool)
Source
mysql_hostname
Source
mysql_hostname=(mysql_hostname : String)
Source
mysql_password
Source
mysql_password=(mysql_password : String)
Source
mysql_port
Source
mysql_port=(mysql_port : Int32)
Source
mysql_user
Source
mysql_user=(mysql_user : String)
Source
web_cert
Source
web_cert=(web_cert : String)
Source
web_enabled
Source
web_enabled=(web_enabled : Bool)
Source
web_hostname
Source
web_hostname=(web_hostname : String)
Source
web_port
Source
web_port=(web_port : Int32)
Source
web_privkey
Source
web_privkey=(web_privkey : String)
Source
web_ssl
Source
web_ssl=(web_ssl : Bool)
Source