Module: Gogetit::Config
- Extended by:
- Util
- Defined in:
- lib/gogetit/config.rb
Class Attribute Summary collapse
-
.config ⇒ Object
readonly
Returns the value of attribute config.
-
.logger ⇒ Object
readonly
Returns the value of attribute logger.
Method Summary
Methods included from Util
check_ip_available, get_gateway, knife_bootstrap, knife_remove, ping_available?, recognize_env, ssh_available?, symbolize_keys, update_vault, wait_until_available
Class Attribute Details
.config ⇒ Object (readonly)
Returns the value of attribute config.
10 11 12 |
# File 'lib/gogetit/config.rb', line 10 def config @config end |
.logger ⇒ Object (readonly)
Returns the value of attribute logger.
10 11 12 |
# File 'lib/gogetit/config.rb', line 10 def logger @logger end |