Method: Finicity::DuplicateCustomerError#initialize

Defined in:
lib/finicity/errors.rb

#initialize(username) ⇒ DuplicateCustomerError

Returns a new instance of DuplicateCustomerError.



24
25
26
# File 'lib/finicity/errors.rb', line 24

def initialize(username)
  @username = username
end