# File lib/fog/xenserver/models/compute/servers.rb, line 46 def get_by_name( name ) ref = connection.get_vm_by_name( name ) get ref end