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

Add a way to get current values/fields from a Recurly_Resource #44

Closed
iricketson opened this issue Nov 28, 2012 · 3 comments
Closed

Add a way to get current values/fields from a Recurly_Resource #44

iricketson opened this issue Nov 28, 2012 · 3 comments
Labels
V2 V2 Client

Comments

@iricketson
Copy link

In my situation, I'd like to have access to the object values without having to get them one by one. It would be very handy to have a getValues() method (similar to the getErrors() method), that returns the $_values param.

  public function getValues() {
    return $this->_values;
  }

Another idea would be to make the getWriteableAttributes method public, so at least you could programatically iterate through the values that way.

@derekdowling
Copy link

+1, this would be extremely nice to have.

@drewish
Copy link

drewish commented May 8, 2014

#87 has a PR for this, so I'll close it in favor of that.

@drewish drewish closed this as completed May 8, 2014
@drewish
Copy link

drewish commented May 21, 2014

#87 was merged so this functionality will be available in the next release.

@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

No branches or pull requests

4 participants