Sha256: c19b6dffa83c5d4c31386a30d6bd28dfead16995c09d30df2c876bdf665f935c
Contents?: true
Size: 328 Bytes
Versions: 16
Compression:
Stored size: 328 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
16 entries across 16 versions & 1 rubygems