Class: Datadog::DI::Transport::Input::Request Private
- Inherits:
-
Core::Transport::Request
- Object
- Core::Transport::Request
- Datadog::DI::Transport::Input::Request
- Defined in:
- lib/datadog/di/transport/input.rb
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.
Instance Attribute Summary collapse
- #serialized_tags ⇒ Object readonly private
Attributes inherited from Core::Transport::Request
Instance Method Summary collapse
-
#initialize(parcel, serialized_tags) ⇒ Request
constructor
private
A new instance of Request.
Constructor Details
#initialize(parcel, serialized_tags) ⇒ Request
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Request.
22 23 24 25 26 |
# File 'lib/datadog/di/transport/input.rb', line 22 def initialize(parcel, ) super(parcel) = end |
Instance Attribute Details
#serialized_tags ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
20 21 22 |
# File 'lib/datadog/di/transport/input.rb', line 20 def end |