struct Config::YAML

Included Modules

Defined in:

config/yaml.cr

Constructors

Instance Method Summary

Instance methods inherited from module Config::Format

del(path : String) del, get(path : String) get, set(path : String, value) set

Constructor Detail

def self.new(data : ::YAML::Any) #

[View source]
def self.new(content : String) #

[View source]

Instance Method Detail

def build : String #

[View source]
def data : ::YAML::Any #

[View source]
def del(path : Array) #

[View source]
def get(path : Array) #

[View source]
def set(path : Array, value) #

[View source]