Class: Specinfra::HostInventory::Hostname

Inherits:
Object
  • Object
show all
Defined in:
lib/specinfra/host_inventory/hostname.rb

Class Method Summary collapse

Class Method Details

.getObject



4
5
6
7
# File 'lib/specinfra/host_inventory/hostname.rb', line 4

def self.get
  cmd = Specinfra.command.get(:get_inventory_hostname)
  Specinfra.backend.run_command(cmd).stdout.strip
end