class YamlConfig

Included Modules

Defined in:

mira.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def covers : String #

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

[View source]
def db_host : String #

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

[View source]
def db_name : String #

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

[View source]
def db_password : String #

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

[View source]
def db_user : String #

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

[View source]
def library : String #

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

[View source]
def open_registrations : Bool #

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

[View source]
def port : Int16 #

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

[View source]