Class: Train::Transports::Lxd

Inherits:
Object
  • Object
show all
Defined in:
lib/train/transports/lxd.rb

Defined Under Namespace

Classes: Connection

Instance Method Summary collapse

Instance Method Details

#connection(moreoptions = {}) ⇒ Object



16
17
18
# File 'lib/train/transports/lxd.rb', line 16

def connection(moreoptions = {})
  @connection ||= Connection.new(options.merge(moreoptions))
end