Module: Bugly::APIOperations::Delete
- Defined in:
- lib/bugly.rb
Instance Method Summary collapse
Instance Method Details
#delete ⇒ Object
130 131 132 133 134 |
# File 'lib/bugly.rb', line 130 def delete response, api_key = Bugly.request(:delete, url, @api_key) refresh_from(response, api_key) self end |