# File lib/couch_potato/persistence/properties.rb, line 12
        def initialize(clazz)
          @clazz = clazz
          @list = []
          @hash = {}
        end