Method: ESX::Host#name

Defined in:
lib/esx.rb

#nameObject

Returns the name of this host



41
42
43
# File 'lib/esx.rb', line 41

def name
  @_host.summary.config.name
end