class SVBClient::Onboarding::Person
Public Class Methods
new(client, id)
click to toggle source
# File lib/svbclient.rb, line 602 def initialize(client, id) @client = client @id = id @type = 'persons' end
# File lib/svbclient.rb, line 602 def initialize(client, id) @client = client @id = id @type = 'persons' end