HubspotCommunity / hubspot-ruby

Ruby wrappers for the HubSpot REST API
https://developers.hubspot.com/docs/endpoints
MIT License
190 stars 257 forks source link

Add Deal.update and Deal.update! #209

Open fonji opened 5 years ago

fonji commented 5 years ago

It is possible to use Contact.update!(id, params) or Company.update!(id, params). This adds the same functionnality for Deal.

I tried using updatable_resource, sadly Deal seems to be a bit weird… This is a first step, as it uses the same signatures.