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.
17 18 19 20 21 |
# File 'lib/datadog/di/transport/input.rb', line 17 def initialize(parcel, ) super(parcel) @serialized_tags = 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.
15 16 17 |
# File 'lib/datadog/di/transport/input.rb', line 15 def @serialized_tags end |