class Circed::Config

Included Modules

Defined in:

circed/config/config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created : Time #

[View source]
def host : String #

[View source]
def link_password : String #

[View source]
def linked_servers : Array(LinkedServer) #

[View source]
def max_users : Int32 #

[View source]
def network : String #

[View source]
def port : Int32 #

[View source]
def server_password : String | Nil #

[View source]