Skip to content

Commit a60336e

Browse files
authored
fix(core): Fixed a method redefined warning (googleapis#21572)
1 parent 3244ba8 commit a60336e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-apis-core/lib/google/apis/core/base_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def root_url= url_or_template
151151

152152
# HTTP client
153153
# @return [HTTPClient]
154-
attr_accessor :client
154+
attr_writer :client
155155

156156
# General settings
157157
# @return [Google::Apis::ClientOptions]

0 commit comments

Comments
 (0)