podio / podio-rb

The official Ruby wrapper for the Podio API used and maintained by the Podio team
https://podio.com
MIT License
66 stars 53 forks source link

Podio::Item.delete attributes and options #20

Closed pjmuller closed 9 years ago

pjmuller commented 10 years ago

Added attributes and options arguments to the delete method. Useful for example to use { silent: true } option

theflow commented 9 years ago

Thanks!