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