Method: Vagrant::BoxMetadata#name

Defined in:
lib/vagrant/box_metadata.rb

#nameString

The name that the box should be if it is added.

Returns:

  • (String)


14
15
16
# File 'lib/vagrant/box_metadata.rb', line 14

def name
  @name
end