Module: Plaid::Client::Followups

Includes:
Configurations
Included in:
ThinClient
Defined in:
lib/plaid/client/followup.rb

Instance Method Summary collapse

Instance Method Details

#followupObject

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