# File lib/couchrest/model/properties.rb, line 25
      def properties_with_values
        props = {}
        properties.each { |property| props[property.name] = read_attribute(property.name) }
        props
      end