Sha256: 8530905b8d7dda63729ba0214dfc276b9d23876cc59d44080b9bebc86e8349fa
Contents?: true
Size: 239 Bytes
Versions: 2
Compression:
Stored size: 239 Bytes
Contents
module Pipedrive module Operations module Delete extend ActiveSupport::Concern def delete(id) make_api_call(:delete, id) end def delete_all make_api_call(:delete) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pipedrive.rb-0.2.0 | lib/pipedrive/operations/delete.rb |
pipedrive.rb-0.1.0 | lib/pipedrive/operations/delete.rb |