Class: Sentry::Hub::Layer
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
Instance Method Summary collapse
-
#initialize(client, scope) ⇒ Layer
constructor
A new instance of Layer.
Constructor Details
#initialize(client, scope) ⇒ Layer
Returns a new instance of Layer.
145 146 147 148 |
# File 'lib/sentry/hub.rb', line 145 def initialize(client, scope) @client = client @scope = scope end |