Class: ElasticAPM::Subscriber::Notification Private
- Inherits:
-
Struct
- Object
- Struct
- ElasticAPM::Subscriber::Notification
- Defined in:
- lib/elastic_apm/subscriber.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
AS::Notifications API
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#span ⇒ Object
Returns the value of attribute span.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
47 48 49 |
# File 'lib/elastic_apm/subscriber.rb', line 47 def id @id end |
#span ⇒ Object
Returns the value of attribute span
47 48 49 |
# File 'lib/elastic_apm/subscriber.rb', line 47 def span @span end |