tapajos / highrise

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

Same shortcut as for email addresses, but then for phone_numbers. #69

Closed basvodde closed 10 years ago

basvodde commented 10 years ago

Basically the same as the helper for email_addresses, but then for phone numbers. Next I'd probably want to change the default behavior of some earlier methods, where they earlier returned a nil when not set, it would perhaps be better to return an empty string as it usually makes the code easier when dealing with always a string than dealing with nil. But thats next. This one should be easy.

lucasmartins commented 10 years ago

:+1: Looks nice! Thanks for the code!