Sha256: 3727ec475975e0948cbbb9be3b1844e9807087a50f9533a5ebc9163b3e5af163
Contents?: true
Size: 248 Bytes
Versions: 63
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true module FinApps module REST class PlaidAccounts < PlaidResources # :nodoc: def show(id) super(nil, "p/account/#{id}") end def list super 'p/account' end end end end
Version data entries
63 entries across 63 versions & 1 rubygems