Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(bindings/ruby): sync capability attributes #5618

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

erickguan
Copy link
Contributor

Which issue does this PR close?

Part of #5227

@@ -57,13 +57,28 @@ define_accessors!(Capability, {
stat: bool,
stat_with_if_match: bool,
stat_with_if_none_match: bool,
stat_with_if_modified_since: bool,
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we need to sync them all. In fact, Ruby doesn't support all of those options. As of now, we only need stat/read and not the other stat_with_xxx options. We can add them back once Ruby actually supports those APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants