Class: Vagrant::Config::PackageConfig

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

Instance Attribute Summary collapse

Attributes inherited from Base

#top

Method Summary

Methods inherited from Base

configures, #env, #instance_variables_hash, json_create, #set_options, #to_hash, #to_json, #validate

Instance Attribute Details

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/vagrant/config/package.rb', line 6

def name
  @name
end