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

Version Path
finapps-5.0.34 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.33 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.32 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.31 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.30 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.29 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.28 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.27 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.26 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.25 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.24 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.23 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.22 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.21 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.20 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.19 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.17 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.16 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.15 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.14 lib/finapps/rest/plaid/plaid_accounts.rb