Class: VagrantPlugins::Dotvm::Config::BuildImage

Inherits:
AbstractConfig show all
Defined in:
lib/vagrant-dotvm/config/buildimage.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from AbstractConfig

#populate, #replace_vars, #replace_vars!

Instance Attribute Details

#args ⇒ Object

Returns the value of attribute args.



6
7
8
# File 'lib/vagrant-dotvm/config/buildimage.rb', line 6

def args
  @args
end

#image ⇒ Object

Returns the value of attribute image.



5
6
7
# File 'lib/vagrant-dotvm/config/buildimage.rb', line 5

def image
  @image
end