# File lib/ohm.rb, line 336
    def initialize(model, namespace, key)
      @model = model
      @namespace = namespace
      @key = key
    end