team-telnyx / telnyx-ruby

Telnyx API Ruby Client
https://developers.telnyx.com/docs/api/v2/overview
MIT License
24 stars 17 forks source link

do not use MessagingPhoneNumber for response objects #64

Closed pyrareae closed 3 years ago

pyrareae commented 3 years ago

I've removed MessagingPhoneNumber from the object hash so that responses from PhoneNumber#update_messaging won't be converted into a MessagingPhoneNumber type.

pyrareae commented 3 years ago

I'm going to merge this into develop to sort out the CI issues.