Sha256: 96d7ea3c6a7e45fc67d7572b7b7a01a36b54098956f5c1a14f61ec3f8bab188d
Contents?: true
Size: 442 Bytes
Versions: 28
Compression:
Stored size: 442 Bytes
Contents
# frozen_string_literal: true module Datadog module Core module Remote 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 end end
Version data entries
28 entries across 28 versions & 2 rubygems