Class: Datadog::Profiling::Transport::Parcel
- Inherits:
-
Object
- Object
- Datadog::Profiling::Transport::Parcel
- Includes:
- Transport::Parcel
- Defined in:
- lib/ddtrace/profiling/transport/parcel.rb
Overview
Data transfer object for profiling data
Instance Attribute Summary
Attributes included from Transport::Parcel
Instance Method Summary collapse
Methods included from Transport::Parcel
Instance Method Details
#encode_with(encoder) ⇒ Object
11 12 13 14 |
# File 'lib/ddtrace/profiling/transport/parcel.rb', line 11 def encode_with(encoder) # TODO: Determine encoding behavior encoder.encode(data) end |