# File lib/fog/xenserver/models/compute/hosts.rb, line 17
        def get( host_ref )
          if host_ref && host = connection.get_record( host_ref, 'host' )
            new(host)
          else
            nil
          end
        end