# File lib/deltacloud/drivers/rhevm/rhevm_client.rb, line 331
    def initialize(client, id, href)
      @id, @href = id, href
      @client = client
    end