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

Class Attribute Details

.configObject (readonly)

Returns the value of attribute config.



10
11
12
# File 'lib/gogetit.rb', line 10

def config
  @config
end

.libvirtObject (readonly)

Returns the value of attribute libvirt.



10
11
12
# File 'lib/gogetit.rb', line 10

def libvirt
  @libvirt
end

.loggerObject (readonly)

Returns the value of attribute logger.



10
11
12
# File 'lib/gogetit.rb', line 10

def logger
  @logger
end

.lxdObject (readonly)

Returns the value of attribute lxd.



10
11
12
# File 'lib/gogetit.rb', line 10

def lxd
  @lxd
end

.maasObject (readonly)

Returns the value of attribute maas.



10
11
12
# File 'lib/gogetit.rb', line 10

def maas
  @maas
end