Skip to content

Commit b89efc8

Browse files
author
Matt Muller
committed
Fix rbs
1 parent c012501 commit b89efc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gems/smithy-client/sig/smithy-client/endpoint_rules.rbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module Smithy
22
module Client
33
module EndpointRules
44
class Endpoint
5-
def initialize: (uri: String, ?properties: ::Hash[String, untyped], ?headers: ::Hash[String, String|Array[String]]) -> void
6-
attr_accessor uri: String
5+
def initialize: (url: String, ?properties: ::Hash[String, untyped], ?headers: ::Hash[String, String|Array[String]]) -> void
6+
attr_accessor url: String
77
attr_accessor properties: Hash[String, untyped]
88
attr_accessor headers: Hash[String, String|Array[String]]
99
end

0 commit comments

Comments
 (0)