We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c012501 commit b89efc8Copy full SHA for b89efc8
1 file changed
gems/smithy-client/sig/smithy-client/endpoint_rules.rbs
@@ -2,8 +2,8 @@ module Smithy
2
module Client
3
module EndpointRules
4
class Endpoint
5
- def initialize: (uri: String, ?properties: ::Hash[String, untyped], ?headers: ::Hash[String, String|Array[String]]) -> void
6
- attr_accessor uri: String
+ def initialize: (url: String, ?properties: ::Hash[String, untyped], ?headers: ::Hash[String, String|Array[String]]) -> void
+ attr_accessor url: String
7
attr_accessor properties: Hash[String, untyped]
8
attr_accessor headers: Hash[String, String|Array[String]]
9
end
0 commit comments