Class: Vagrant::Config::PackageConfig

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#instance_variables_hash, json_create, #merge, #set_options, #to_hash, #to_json, #validate

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/vagrant/config/package.rb', line 4

def name
  @name
end