Class: Vagrant::Config::PackageConfig

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

Instance Attribute Summary collapse

Attributes inherited from Base

#env

Method Summary

Methods inherited from Base

#[], #instance_variables_hash, #to_json

Instance Attribute Details

#extensionObject

Returns the value of attribute extension.



130
131
132
# File 'lib/vagrant/config.rb', line 130

def extension
  @extension
end

#nameObject

Returns the value of attribute name.



129
130
131
# File 'lib/vagrant/config.rb', line 129

def name
  @name
end