# File lib/couchrest/attributes.rb, line 37
    def has_key?(key)
      _attributes.has_key?(key.to_s)
    end