Class: Vagrant::Config::PackageConfig
- Defined in:
- lib/vagrant/config/package.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Base
#instance_variables_hash, json_create, #merge, #set_options, #to_hash, #to_json, #validate
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/vagrant/config/package.rb', line 4 def name @name end |