class PaystackBanks

Public Class Methods

list(paystackObj, page=1) click to toggle source
# File lib/paystack/objects/banks.rb, line 9
def PaystackBanks.list(paystackObj, page=1)
        initGetRequest(paystackObj, "#{API::BANK_PATH}?page=#{page}")
end

Public Instance Methods

list(page=1) click to toggle source
# File lib/paystack/objects/banks.rb, line 4
def list(page=1)
        return PaystackBanks.list(@paystack, page)
end