Class: Datadog::Profiling::EventGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/datadog/profiling/flush.rb

Overview

Represents a collection of events of a specific type being flushed.

Instance Attribute Summary collapse

Instance Attribute Details

#event_classObject

Returns the value of attribute event_class

Returns:

  • the current value of event_class



4
5
6
# File 'lib/datadog/profiling/flush.rb', line 4

def event_class
  @event_class
end

#eventsObject

Returns the value of attribute events

Returns:

  • the current value of events



4
5
6
# File 'lib/datadog/profiling/flush.rb', line 4

def events
  @events
end