class ConfigLoader

Defined in:

config_loader.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String = "./config.yml") #

[View source]

Instance Method Detail

def getAuth : YAML::Any? #

[View source]
def getRules : YAML::Any? #

[View source]
def getYaml : String #

[View source]
def load #

[View source]
def setYaml(yml_str : String) #

[View source]