class Opbeat::Subscriber::Notification

AS::Notifications API

Attributes

id[R]
trace[R]

Public Class Methods

new(id, trace) click to toggle source
# File lib/opbeat/subscriber.rb, line 30
def initialize id, trace
  @id = id
  @trace = trace
end