# File lib/couchrest/model/properties.rb, line 62
      def set_attributes(hash)
        attrs = remove_protected_attributes(hash)
        directly_set_attributes(attrs)
      end