Sha256: 4512047f39743197ea3de63cf1ccaffb14f141a6f52158fd2f2bf39e7a9689a6
Contents?: true
Size: 327 Bytes
Versions: 6
Compression:
Stored size: 327 Bytes
Contents
# typed: true module Datadog module Transport module HTTP module API # Specification for an HTTP API # Defines behaviors without specific configuration details. class Spec def initialize yield(self) if block_given? end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems