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