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-6.13.1 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.13.0 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.12.0 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.11.0 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.10.2 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.10.1 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.10.0 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.9.2 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.9.1 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.9.0 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.8.0 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.7.1 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.7.0 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.6.1 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.6.0 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.5.0 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.4.3 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.4.2 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.4.1 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-6.4.0 lib/finapps/rest/plaid/plaid_accounts.rb