class AbrtProxy::HostReport::AggregatedReport

Attributes

count[RW]
hash[RW]
report[RW]
reported_at[RW]

Public Class Methods

new(report, count, hash, reported_at) click to toggle source
# File lib/smart_proxy_abrt/abrt_lib.rb, line 99
def initialize(report, count, hash, reported_at)
  @report = report
  @count = count
  @hash = hash
  @reported_at = Time.parse reported_at
end