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
4 5 6 |
# File 'lib/datadog/profiling/flush.rb', line 4 def event_class @event_class end |
#events ⇒ Object
Returns the value of attribute events
4 5 6 |
# File 'lib/datadog/profiling/flush.rb', line 4 def events @events end |