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.



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

def initialize
  super
  @bundles = UNSET_VALUE
end

Instance Attribute Details

#bundlesObject

Returns the value of attribute bundles.



9
10
11
# File 'lib/vagrant-guests-clearlinux/provisioner.rb', line 9

def bundles
  @bundles
end

Instance Method Details

#finalize!Object



16
17
18
# File 'lib/vagrant-guests-clearlinux/provisioner.rb', line 16

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