Class: BeenVerified::Identity
- Inherits:
-
Credential
- Object
- Credential
- BeenVerified::Identity
- Defined in:
- lib/beenverified/credentials.rb
Instance Attribute Summary
Attributes inherited from Credential
Instance Method Summary collapse
Methods inherited from Credential
#[], #initialize, #verified_on
Constructor Details
This class inherits a constructor from BeenVerified::Credential
Instance Method Details
#full_name ⇒ Object
35 36 37 |
# File 'lib/beenverified/credentials.rb', line 35 def full_name "#{@data_hash[:first_name]} #{@data_hash[:last_name]}" end |