Class: Sentry::Hub::Layer
- Inherits:
-
Object
- Object
- Sentry::Hub::Layer
- Defined in:
- lib/sentry/hub.rb
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.
404 405 406 407 |
# File 'lib/sentry/hub.rb', line 404 def initialize(client, scope) @client = client @scope = scope end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
401 402 403 |
# File 'lib/sentry/hub.rb', line 401 def client @client end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope.
402 403 404 |
# File 'lib/sentry/hub.rb', line 402 def scope @scope end |