# File lib/fog/libvirt/models/compute/servers.rb, line 16 def get(uuid) data = connection.list_domains(:uuid => uuid) new data.first if data end