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.13 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.12 lib/finapps/rest/plaid/plaid_accounts.rb
finapps-5.0.11 lib/finapps/rest/plaid/plaid_accounts.rb