Sha256: ea3f86e9ddc1cc79be7a4ee3f675977f6f1a2a0467359a4016484bf6b292a30a
Contents?: true
Size: 268 Bytes
Versions: 3
Compression:
Stored size: 268 Bytes
Contents
module Pingpp class Agreement < APIResource extend Pingpp::APIOperations::Create extend Pingpp::APIOperations::List include Pingpp::APIOperations::Update def self.cancel(id, opts={}) update(id, {:status => 'canceled'}, opts) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pingpp-2.2.4 | lib/pingpp/agreement.rb |
pingpp-2.2.3 | lib/pingpp/agreement.rb |
pingpp-2.2.2 | lib/pingpp/agreement.rb |