Sha256: 3e9af3d2af82d2152ed0a37dca15e25834d39c7209388cdbf2565dcc341117d9
Contents?: true
Size: 390 Bytes
Versions: 12
Compression:
Stored size: 390 Bytes
Contents
# frozen_string_literal: true module Datadog module Core 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
Version data entries
12 entries across 12 versions & 2 rubygems