Skip to content

Commit b723f99

Browse files
committed
type
1 parent 6374ece commit b723f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sig/datadog/core/configuration/agent_settings_resolver.rbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Datadog
55
class AgentSettings
66
def initialize: (?adapter: untyped, ?ssl: untyped, ?hostname: untyped, ?port: untyped, ?uds_path: untyped, ?timeout_seconds: untyped) -> void
77

8-
attr_reader adapter: untyped
8+
attr_reader adapter: :net_http | :unix
99
attr_reader ssl: untyped
1010
attr_reader hostname: untyped
1111
attr_reader port: untyped

0 commit comments

Comments
 (0)