Sha256: 9bf3aff66a0190a86af11b0ad48a65b887f0e0a41ffe3d31779ca89f45c83609
Contents?: true
Size: 422 Bytes
Versions: 10
Compression:
Stored size: 422 Bytes
Contents
module Plaid module Client module Followups include Plaid::Client::Configurations #explicitly for following up after an init to retrieve updated information from Plaid def followup body = body_retrieve response = self.class.get('/connect', :query => body) handle(response) { PlaidResponse.new(response, "Successfully retrieved Transactions") } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems