Sha256: dc281bee05ab0453d16ed39bb273dfb66a27c6308927d5de07d3426bbde49a76
Contents?: true
Size: 487 Bytes
Versions: 6
Compression:
Stored size: 487 Bytes
Contents
module Datadog module CI module Transport module Api class CiTestCycle < Base attr_reader api_key: String @api_key: String def initialize: (api_key: String, http: Datadog::CI::Transport::HTTP) -> void def request: (path: String, payload: String, ?verb: ::String) -> Datadog::CI::Transport::HTTP::ResponseDecorator private def headers: () -> Hash[String, String] end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems