Class: Datadog::Tracing::Transport::HTTP::API::Spec
- Inherits:
-
Object
- Object
- Datadog::Tracing::Transport::HTTP::API::Spec
- Includes:
- Traces::API::Spec
- Defined in:
- lib/datadog/tracing/transport/http/api/spec.rb
Overview
Specification for an HTTP API Defines behaviors without specific configuration details.
Instance Attribute Summary
Attributes included from Traces::API::Spec
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ Spec
constructor
A new instance of Spec.
Methods included from Traces::API::Spec
Constructor Details
#initialize {|_self| ... } ⇒ Spec
Returns a new instance of Spec.
11 12 13 |
# File 'lib/datadog/tracing/transport/http/api/spec.rb', line 11 def initialize yield(self) if block_given? end |