Class: ConfigBuilder::Model::Provider::VMwareWorkstation

Inherits:
VMware
  • Object
show all
Defined in:
lib/config_builder/model/provider/vmware_workstation.rb

Instance Attribute Summary

Attributes inherited from VMware

#gui, #vmx

Instance Method Summary collapse

Methods inherited from VMware

#to_proc

Methods inherited from Base

#attrs=, #call, def_model_attribute, model_attributes, new_from_hash, #to_proc

Constructor Details

#initializeVMwareWorkstation

Returns a new instance of VMwareWorkstation.



2
3
4
5
# File 'lib/config_builder/model/provider/vmware_workstation.rb', line 2

def initialize
  @providers = %w[vmware_workstation]
  super
end