Class: Vagrant::Config::PackageConfig
- Defined in:
- lib/vagrant/config.rb
Instance Attribute Summary collapse
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], #instance_variables_hash, #to_json
Instance Attribute Details
#extension ⇒ Object
Returns the value of attribute extension.
130 131 132 |
# File 'lib/vagrant/config.rb', line 130 def extension @extension end |
#name ⇒ Object
Returns the value of attribute name.
129 130 131 |
# File 'lib/vagrant/config.rb', line 129 def name @name end |