Method: VagrantPlugins::Utm::Model::ListResult::ListResultItem#name

Defined in:
lib/vagrant_utm/model/list_result.rb

#nameString

Returns The name of the machine.

Returns:

  • (String)

    The name of the machine.



50
51
52
# File 'lib/vagrant_utm/model/list_result.rb', line 50

def name
  @name
end