Class: Vagrant::Config::PackageConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/vagrant/config.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#[], #instance_variables_hash, #to_json

Instance Attribute Details

#extensionObject

Returns the value of attribute extension.



124
125
126
# File 'lib/vagrant/config.rb', line 124

def extension
  @extension
end

#nameObject

Returns the value of attribute name.



123
124
125
# File 'lib/vagrant/config.rb', line 123

def name
  @name
end