# File lib/rbovirt.rb, line 266
    def initialize(client, id, href)
      @id, @href = id, href
      @client = client
    end