Method: Finicity::Client#initialize
- Defined in:
- lib/finicity/client.rb
#initialize(token = nil, mfa_session = nil) ⇒ Client
Constructor
11 12 13 14 |
# File 'lib/finicity/client.rb', line 11 def initialize(token = nil, mfa_session = nil) @token = token @mfa_session = mfa_session end |