class SVBClient::Onboarding::GovIdent

Public Class Methods

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