Skip to content

Conversation

@byroot
Copy link
Contributor

@byroot byroot commented Feb 6, 2025

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.

```
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 byroot requested a review from a team as a code owner February 6, 2025 13:43
Copy link
Contributor

@dazuma dazuma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dazuma dazuma merged commit a60336e into googleapis:main Apr 30, 2025
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants