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