Class: SVBClient::Onboarding::GovIdent
- Defined in:
- lib/svbclient.rb
Instance Method Summary collapse
-
#initialize(client, id) ⇒ GovIdent
constructor
A new instance of GovIdent.
Methods inherited from Resource
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 |