Module: Gogetit
- Defined in:
- lib/executionhooks.rb,
lib/gogetit.rb,
lib/gogetit/cli.rb,
lib/gogetit/maas.rb,
lib/gogetit/util.rb,
lib/providers/lxd.rb,
lib/gogetit/config.rb,
lib/gogetit/version.rb,
lib/providers/libvirt.rb,
lib/gogetit/multilogger.rb
Overview
Defined Under Namespace
Modules: Config, ExecutionHooks, Util Classes: CLI, GogetLXD, GogetLibvirt, GogetMAAS, MultiLogger
Constant Summary collapse
- VERSION =
"0.13.7"
Class Attribute Summary collapse
-
.config ⇒ Object
readonly
Returns the value of attribute config.
-
.libvirt ⇒ Object
readonly
Returns the value of attribute libvirt.
-
.logger ⇒ Object
readonly
Returns the value of attribute logger.
-
.lxd ⇒ Object
readonly
Returns the value of attribute lxd.
-
.maas ⇒ Object
readonly
Returns the value of attribute maas.
Class Attribute Details
.config ⇒ Object (readonly)
Returns the value of attribute config.
10 11 12 |
# File 'lib/gogetit.rb', line 10 def config @config end |
.libvirt ⇒ Object (readonly)
Returns the value of attribute libvirt.
10 11 12 |
# File 'lib/gogetit.rb', line 10 def libvirt @libvirt end |
.logger ⇒ Object (readonly)
Returns the value of attribute logger.
10 11 12 |
# File 'lib/gogetit.rb', line 10 def logger @logger end |
.lxd ⇒ Object (readonly)
Returns the value of attribute lxd.
10 11 12 |
# File 'lib/gogetit.rb', line 10 def lxd @lxd end |
.maas ⇒ Object (readonly)
Returns the value of attribute maas.
10 11 12 |
# File 'lib/gogetit.rb', line 10 def maas @maas end |