Method: Beaker::Vsphere#initialize

Defined in:
lib/beaker/hypervisor/vsphere.rb

#initialize(vsphere_hosts, options) ⇒ Vsphere

Returns a new instance of Vsphere.



6
7
8
9
10
# File 'lib/beaker/hypervisor/vsphere.rb', line 6

def initialize(vsphere_hosts, options)
  @options = options
  @logger = options[:logger]
  @hosts = vsphere_hosts
end