Method: SentrySummary::Aggregator#initialize

Defined in:
lib/sentry-summary/aggregator.rb

#initialize(client) ⇒ Aggregator

Returns a new instance of Aggregator.



5
6
7
# File 'lib/sentry-summary/aggregator.rb', line 5

def initialize(client)
  @client = client
end