Class: Bosh::Clouds::VSphere

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/cloud/vsphere.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ VSphere

Returns a new instance of VSphere.



49
50
51
# File 'lib/cloud/vsphere.rb', line 49

def initialize(options)
  @delegate = VSphereCloud::Cloud.new(options)
end