class SVBClient::Onboarding::ParentCompany

Public Class Methods

new(client, id) click to toggle source
# File lib/svbclient.rb, line 594
def initialize(client, id)
  @client = client
  @id = id
  @type = 'parent_companies'
end