Class: GrandIdSimple::Person
- Inherits:
-
Struct
- Object
- Struct
- GrandIdSimple::Person
- Defined in:
- lib/grand_id_simple.rb
Instance Attribute Summary collapse
-
#bank_id_issue_date ⇒ Object
Returns the value of attribute bank_id_issue_date.
-
#given_name ⇒ Object
Returns the value of attribute given_name.
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#name ⇒ Object
Returns the value of attribute name.
-
#not_after ⇒ Object
Returns the value of attribute not_after.
-
#not_before ⇒ Object
Returns the value of attribute not_before.
-
#ocsp_response ⇒ Object
Returns the value of attribute ocsp_response.
-
#personal_number ⇒ Object
Returns the value of attribute personal_number.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#surname ⇒ Object
Returns the value of attribute surname.
-
#uhi ⇒ Object
Returns the value of attribute uhi.
Instance Attribute Details
#bank_id_issue_date ⇒ Object
Returns the value of attribute bank_id_issue_date
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def bank_id_issue_date @bank_id_issue_date end |
#given_name ⇒ Object
Returns the value of attribute given_name
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def given_name @given_name end |
#ip_address ⇒ Object
Returns the value of attribute ip_address
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def ip_address @ip_address end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def name @name end |
#not_after ⇒ Object
Returns the value of attribute not_after
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def not_after @not_after end |
#not_before ⇒ Object
Returns the value of attribute not_before
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def not_before @not_before end |
#ocsp_response ⇒ Object
Returns the value of attribute ocsp_response
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def ocsp_response @ocsp_response end |
#personal_number ⇒ Object
Returns the value of attribute personal_number
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def personal_number @personal_number end |
#signature ⇒ Object
Returns the value of attribute signature
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def signature @signature end |
#surname ⇒ Object
Returns the value of attribute surname
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def surname @surname end |
#uhi ⇒ Object
Returns the value of attribute uhi
19 20 21 |
# File 'lib/grand_id_simple.rb', line 19 def uhi @uhi end |