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

#convert_array, #ensure_type, #populate

Instance Attribute Details

#argsObject

Returns the value of attribute args.



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

def args
  @args
end

#imageObject

Returns the value of attribute image.



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

def image
  @image
end