Class: VagrantPlugins::GuestClearLinux::BundlesConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-guests-clearlinux/provisioner.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBundlesConfig

Returns a new instance of BundlesConfig.



13
14
15
16
# File 'lib/vagrant-guests-clearlinux/provisioner.rb', line 13

def initialize
  super
  @bundles = UNSET_VALUE
end

Instance Attribute Details

#bundlesObject

Returns the value of attribute bundles.



11
12
13
# File 'lib/vagrant-guests-clearlinux/provisioner.rb', line 11

def bundles
  @bundles
end

Instance Method Details

#finalize!Object



18
19
20
# File 'lib/vagrant-guests-clearlinux/provisioner.rb', line 18

def finalize!
  @bundles = [] if @bundles == UNSET_VALUE
end