tapajos / highrise

Ruby wrapper around Highrise API.
MIT License
124 stars 77 forks source link

Added field to Person as an easy access method for subject-data #56

Closed basvodde closed 10 years ago

basvodde commented 10 years ago

First pull requests in the Person class. This one is just a simple accessor for the custom-fields. The fixture (@fruit_person) is a bit too large considering the small method and spec in this case, but it will be reused in the upcoming pull requests (and it was a bit easier to include all of the data here).