module Nubank
Constants
- VERSION
Public Class Methods
client(identification, password)
click to toggle source
# File lib/nubank.rb, line 7 def self.client(identification, password) Client.new(identification, password) end