# File lib/smart_proxy_abrt/abrt_lib.rb, line 95
      def initialize(report, count, hash, reported_at)
        @report = report
        @count = count
        @hash = hash
        @reported_at = Time.parse reported_at
      end