Sha256: 58278e8b39ac6f2539d9f4d56af240342ff59cd0053e756cc7ca1ceb0feb6499
Contents?: true
Size: 315 Bytes
Versions: 10
Compression:
Stored size: 315 Bytes
Contents
module Plaid module Client module Balances include Plaid::Client::Configurations def get_balance body = body_retrieve response = self.class.get('/balance', :query => body) handle(response) { PlaidResponse.new(response, "Retrieved Balance") } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems