Sha256: 23c4d4e278268246028442590fd980fa0ed9d0310e30b08c4bce13ed1de32d4a
Contents?: true
Size: 201 Bytes
Versions: 12
Compression:
Stored size: 201 Bytes
Contents
module Bugsnag class EndpointConfiguration attr_reader :notify attr_reader :sessions def initialize(notify, sessions) @notify = notify @sessions = sessions end end end
Version data entries
12 entries across 12 versions & 1 rubygems