# File lib_ctrl/rucy/params.rb, line 1200
    def save(properties)
      for entry in @list
        case (entry['attach_path'])
        when NilClass
          raise 'required attach path'
        end
      end
      properties.set_list('filters', @list)
      nil
    end