class Configuration

Included Modules

Defined in:

groogy-bot/configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def channels : Array(String) #

[View source]
def channels=(channels : Array(String)) #

[View source]
def music_player : String #

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

[View source]
def nick : String #

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

[View source]
def oauth_token : String #

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

[View source]
def port : Int32 #

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

[View source]
def server : String #

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

[View source]
def use_ssl : Bool #

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

[View source]