Class: Kitchen::Transport::Lxd::Connection

Inherits:
Base::Connection
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/kitchen/transport/lxd.rb

Instance Method Summary collapse

Constructor Details

#initialize(opts) ⇒ Connection

Returns a new instance of Connection.



43
44
45
46
# File 'lib/kitchen/transport/lxd.rb', line 43

def initialize(opts)
	@container = opts[:container]
	super(opts)
end