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

#eval_overrides, #instance_id, #to_proc

Methods inherited from Base

#attr, #attrs=, #call, #configure!, def_model_attribute, def_model_delegator, def_model_id, def_model_option, #eval_models, #instance_id, #instance_options, model_attributes, model_delegators, #model_delegators, model_options, new_from_hash, #to_proc, #with_attr

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