class ConfigManager
- ConfigManager
- Reference
- Object
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
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