Class: SVBClient::Onboarding::GovIdent

Inherits:
Resource
  • Object
show all
Defined in:
lib/svbclient.rb

Instance Method Summary collapse

Methods inherited from Resource

#data, #delete, #id, #update

Constructor Details

#initialize(client, id) ⇒ GovIdent

Returns a new instance of GovIdent.



408
409
410
411
412
# File 'lib/svbclient.rb', line 408

def initialize(client, id)
  @client = client
  @id = id
  @type = 'gov_idents'
end