Class: HashiCorp::VagrantVMwareDesktop::Plugin
- Inherits:
-
Object
- Object
- HashiCorp::VagrantVMwareDesktop::Plugin
- Defined in:
- lib/vagrant-vmware-desktop/plugin.rb
Class Method Summary collapse
Class Method Details
.provider_name ⇒ Object
27 28 29 |
# File 'lib/vagrant-vmware-desktop/plugin.rb', line 27 def self.provider_name "vmware_#{PRODUCT_NAME}".to_sym end |
.provider_options ⇒ Object
31 32 33 34 35 36 |
# File 'lib/vagrant-vmware-desktop/plugin.rb', line 31 def self. { box_format: ["vmware_desktop", "vmware_fusion", "vmware_workstation"], priority: 10, } end |