Sha256: fc0871e50281f3830dc8391aa01165b0c0c872c006fcb504cf50461734ea9b0a
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
module Espago class ApiConnection class PostCharges def initialize(connection) @connection = connection end def request(params = {}) @connection.post "charges", params end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
espago-0.0.9 | lib/espago/api_connection/post_charges.rb |
espago-0.0.7 | lib/espago/api_connection/post_charges.rb |
espago-0.0.6 | lib/espago/api_connection/post_charges.rb |