class Bugsnag::EndpointConfiguration

Attributes

notify[R]
sessions[R]

Public Class Methods

new(notify, sessions) click to toggle source
# File lib/bugsnag/endpoint_configuration.rb, line 6
def initialize(notify, sessions)
  @notify = notify
  @sessions = sessions
end