class Sentry::Hub::Layer
Attributes
client[RW]
scope[R]
Public Class Methods
new(client, scope)
click to toggle source
# File lib/sentry/hub.rb, line 171 def initialize(client, scope) @client = client @scope = scope end