Class: Xhash::Identification
- Inherits:
-
Struct
- Object
- Struct
- Xhash::Identification
- Defined in:
- lib/xhash/structs/identification.rb
Instance Attribute Summary collapse
-
#birth_date ⇒ Object
Returns the value of attribute birth_date.
-
#cic ⇒ Object
Returns the value of attribute cic.
-
#cic_digit_check ⇒ Object
Returns the value of attribute cic_digit_check.
-
#city ⇒ Object
Returns the value of attribute city.
-
#curp ⇒ Object
Returns the value of attribute curp.
-
#date ⇒ Object
Returns the value of attribute date.
-
#date_check_digit ⇒ Object
Returns the value of attribute date_check_digit.
-
#elector_key ⇒ Object
Returns the value of attribute elector_key.
-
#emission_and_fuar ⇒ Object
Returns the value of attribute emission_and_fuar.
-
#expiration_date ⇒ Object
Returns the value of attribute expiration_date.
-
#expiration_date_digit ⇒ Object
Returns the value of attribute expiration_date_digit.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#is_cic_digit_check_consistent ⇒ Object
Returns the value of attribute is_cic_digit_check_consistent.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#last_names ⇒ Object
Returns the value of attribute last_names.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#mothers_last_name ⇒ Object
Returns the value of attribute mothers_last_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nationality ⇒ Object
Returns the value of attribute nationality.
-
#neighborhood ⇒ Object
Returns the value of attribute neighborhood.
-
#province ⇒ Object
Returns the value of attribute province.
-
#section_and_consecutive ⇒ Object
Returns the value of attribute section_and_consecutive.
-
#street ⇒ Object
Returns the value of attribute street.
-
#type ⇒ Object
Returns the value of attribute type.
-
#zip_code ⇒ Object
Returns the value of attribute zip_code.
Instance Attribute Details
#birth_date ⇒ Object
Returns the value of attribute birth_date
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def birth_date @birth_date end |
#cic ⇒ Object
Returns the value of attribute cic
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def cic @cic end |
#cic_digit_check ⇒ Object
Returns the value of attribute cic_digit_check
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def cic_digit_check @cic_digit_check end |
#city ⇒ Object
Returns the value of attribute city
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def city @city end |
#curp ⇒ Object
Returns the value of attribute curp
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def curp @curp end |
#date ⇒ Object
Returns the value of attribute date
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def date @date end |
#date_check_digit ⇒ Object
Returns the value of attribute date_check_digit
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def date_check_digit @date_check_digit end |
#elector_key ⇒ Object
Returns the value of attribute elector_key
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def elector_key @elector_key end |
#emission_and_fuar ⇒ Object
Returns the value of attribute emission_and_fuar
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def emission_and_fuar @emission_and_fuar end |
#expiration_date ⇒ Object
Returns the value of attribute expiration_date
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def expiration_date @expiration_date end |
#expiration_date_digit ⇒ Object
Returns the value of attribute expiration_date_digit
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def expiration_date_digit @expiration_date_digit end |
#gender ⇒ Object
Returns the value of attribute gender
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def gender @gender end |
#is_cic_digit_check_consistent ⇒ Object
Returns the value of attribute is_cic_digit_check_consistent
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def is_cic_digit_check_consistent @is_cic_digit_check_consistent end |
#last_name ⇒ Object
Returns the value of attribute last_name
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def last_name @last_name end |
#last_names ⇒ Object
Returns the value of attribute last_names
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def last_names @last_names end |
#lines ⇒ Object
Returns the value of attribute lines
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def lines @lines end |
#mothers_last_name ⇒ Object
Returns the value of attribute mothers_last_name
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def mothers_last_name @mothers_last_name end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def name @name end |
#nationality ⇒ Object
Returns the value of attribute nationality
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def nationality @nationality end |
#neighborhood ⇒ Object
Returns the value of attribute neighborhood
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def neighborhood @neighborhood end |
#province ⇒ Object
Returns the value of attribute province
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def province @province end |
#section_and_consecutive ⇒ Object
Returns the value of attribute section_and_consecutive
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def section_and_consecutive @section_and_consecutive end |
#street ⇒ Object
Returns the value of attribute street
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def street @street end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def type @type end |
#zip_code ⇒ Object
Returns the value of attribute zip_code
2 3 4 |
# File 'lib/xhash/structs/identification.rb', line 2 def zip_code @zip_code end |