# File ../../auditor/lib/kasp_auditor/changed_config.rb, line 46
      def initialize(*args)
        @timestamp = 0
        if (args.length >= 1)
          @value = args[0]
          if (args.length == 2)
            @timestamp = args[1]
          end
        end
      end