class ConfigManager

Overview

config_mgr = ConfigManager.new("sample_config.yaml")
puts config_mgr.config
puts config_mgr.config.target_node
puts config_mgr.config.target_dir
puts config_mgr.config.ssh_ctrl_path

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config_file : String) #

[View source]

Instance Method Detail

def config #

[View source]
def reload #

[View source]