tapajos / highrise

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

Access to a field via method missing #60

Closed basvodde closed 10 years ago

basvodde commented 10 years ago

Use method missing to access custom fields in the same way as 'normal' fields get accessed. This hides the difference between custom fields and others for getting. The pull request is slightly larger than the previous ones, sorry about that.

After this one, we'll do this also for setting, that will be the next pull request.

lucasmartins commented 10 years ago

Looks good, not that large at all! :+1: