Class: Datadog::Profiling::EventGroup
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Profiling::EventGroup
- Defined in:
- lib/datadog/profiling/flush.rb
Overview
Represents a collection of events of a specific type being flushed.
Instance Attribute Summary collapse
-
#event_class ⇒ Object
Returns the value of attribute event_class.
-
#events ⇒ Object
Returns the value of attribute events.
Instance Attribute Details
#event_class ⇒ Object
Returns the value of attribute event_class
6 7 8 |
# File 'lib/datadog/profiling/flush.rb', line 6 def event_class @event_class end |
#events ⇒ Object
Returns the value of attribute events
6 7 8 |
# File 'lib/datadog/profiling/flush.rb', line 6 def events @events end |