Class: FinApps::REST::PlaidAccounts

Inherits:
PlaidResources
  • Object
show all
Defined in:
lib/finapps/rest/plaid/plaid_accounts.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#listObject



10
11
12
# File 'lib/finapps/rest/plaid/plaid_accounts.rb', line 10

def list
  super 'p/account'
end

#show(id) ⇒ Object



6
7
8
# File 'lib/finapps/rest/plaid/plaid_accounts.rb', line 6

def show(id)
  super(nil, "p/account/#{id}")
end