google-api-ruby-client icon indicating copy to clipboard operation
google-api-ruby-client copied to clipboard

Fix method redefined warning

Open byroot opened this issue 10 months ago • 0 comments

lib/google/apis/core/base_service.rb:268: warning: method redefined; discarding old client

This is because attr_accessor :client defines the client method, and it's later explicitly redefined.

byroot avatar Feb 06 '25 13:02 byroot