Sha256: 897e6e21e7f37cc175bdc2a54d5977fdd4249e4ac02de7418da4c0d6122978f0
Contents?: true
Size: 296 Bytes
Versions: 6
Compression:
Stored size: 296 Bytes
Contents
module SynapsePay class BankStatusEndpoint < APIEndpoint def all(params={}, headers={}) method = APIMethod.new(:post, "/bankstatus/show", params, headers, self) json = @client.execute(method) APIList.new(:BankStatus, json[:banks], method, @client) end end end
Version data entries
6 entries across 6 versions & 1 rubygems