We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6374ece commit b723f99Copy full SHA for b723f99
sig/datadog/core/configuration/agent_settings_resolver.rbs
@@ -5,7 +5,7 @@ module Datadog
5
class AgentSettings
6
def initialize: (?adapter: untyped, ?ssl: untyped, ?hostname: untyped, ?port: untyped, ?uds_path: untyped, ?timeout_seconds: untyped) -> void
7
8
- attr_reader adapter: untyped
+ attr_reader adapter: :net_http | :unix
9
attr_reader ssl: untyped
10
attr_reader hostname: untyped
11
attr_reader port: untyped
0 commit comments