Module: Plaid::Client::Followups
Instance Method Summary collapse
-
#followup ⇒ Object
explicitly for following up after an init to retrieve updated information from Plaid.
Instance Method Details
#followup ⇒ Object
explicitly for following up after an init to retrieve updated information from Plaid
7 8 9 10 11 12 |
# File 'lib/plaid/client/followup.rb', line 7 def followup body = body_retrieve response = self.class.get('/connect', :query => body) handle(response) { PlaidResponse.new(response, "Successfully retrieved Transactions") } end |