Sha256: 9ed1e58afad90493c122a157e5bd25976a25e0915a12a579a8bfed231f22d265
Contents?: true
Size: 277 Bytes
Versions: 3
Compression:
Stored size: 277 Bytes
Contents
module Pingpp module APIOperations module Delete def delete(params={}, opts={}) opts = Util.normalize_opts(opts) response, opts = request(:delete, resource_url(opts), params, opts) initialize_from(response, opts) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pingpp-2.1.3 | lib/pingpp/api_operations/delete.rb |
pingpp-2.1.1 | lib/pingpp/api_operations/delete.rb |
pingpp-2.1.0 | lib/pingpp/api_operations/delete.rb |