Sha256: 1ec259d92a820984395e65f168258c3e383b31adfbbb5a83b917453588688b7d
Contents?: true
Size: 241 Bytes
Versions: 1
Compression:
Stored size: 241 Bytes
Contents
module Pingpp module APIOperations module Delete def delete(params = {}) response, api_key = Pingpp.request(:delete, url, @api_key, params) refresh_from(response, api_key) self end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pingpp-1.0.2 | lib/pingpp/api_operations/delete.rb |