Class: Xhash::Identification

Inherits:
Struct
  • Object
show all
Defined in:
lib/xhash/structs/identification.rb

Instance Attribute Summary collapse

Instance Attribute Details

#birth_dateObject

Returns the value of attribute birth_date

Returns:

  • (Object)

    the current value of birth_date



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def birth_date
  @birth_date
end

#cicObject

Returns the value of attribute cic

Returns:

  • (Object)

    the current value of cic



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def cic
  @cic
end

#cic_digit_checkObject

Returns the value of attribute cic_digit_check

Returns:

  • (Object)

    the current value of cic_digit_check



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def cic_digit_check
  @cic_digit_check
end

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def city
  @city
end

#curpObject

Returns the value of attribute curp

Returns:

  • (Object)

    the current value of curp



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def curp
  @curp
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def date
  @date
end

#date_check_digitObject

Returns the value of attribute date_check_digit

Returns:

  • (Object)

    the current value of date_check_digit



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def date_check_digit
  @date_check_digit
end

#elector_keyObject

Returns the value of attribute elector_key

Returns:

  • (Object)

    the current value of elector_key



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def elector_key
  @elector_key
end

#emission_and_fuarObject

Returns the value of attribute emission_and_fuar

Returns:

  • (Object)

    the current value of emission_and_fuar



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def emission_and_fuar
  @emission_and_fuar
end

#expiration_dateObject

Returns the value of attribute expiration_date

Returns:

  • (Object)

    the current value of expiration_date



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def expiration_date
  @expiration_date
end

#expiration_date_digitObject

Returns the value of attribute expiration_date_digit

Returns:

  • (Object)

    the current value of expiration_date_digit



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def expiration_date_digit
  @expiration_date_digit
end

#genderObject

Returns the value of attribute gender

Returns:

  • (Object)

    the current value of gender



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def gender
  @gender
end

#is_cic_digit_check_consistentObject

Returns the value of attribute is_cic_digit_check_consistent

Returns:

  • (Object)

    the current value of 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_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def last_name
  @last_name
end

#last_namesObject

Returns the value of attribute last_names

Returns:

  • (Object)

    the current value of last_names



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def last_names
  @last_names
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def lines
  @lines
end

#mothers_last_nameObject

Returns the value of attribute mothers_last_name

Returns:

  • (Object)

    the current value of mothers_last_name



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def mothers_last_name
  @mothers_last_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def name
  @name
end

#nationalityObject

Returns the value of attribute nationality

Returns:

  • (Object)

    the current value of nationality



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def nationality
  @nationality
end

#neighborhoodObject

Returns the value of attribute neighborhood

Returns:

  • (Object)

    the current value of neighborhood



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def neighborhood
  @neighborhood
end

#provinceObject

Returns the value of attribute province

Returns:

  • (Object)

    the current value of province



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def province
  @province
end

#section_and_consecutiveObject

Returns the value of attribute section_and_consecutive

Returns:

  • (Object)

    the current value of section_and_consecutive



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def section_and_consecutive
  @section_and_consecutive
end

#streetObject

Returns the value of attribute street

Returns:

  • (Object)

    the current value of street



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def street
  @street
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def type
  @type
end

#zip_codeObject

Returns the value of attribute zip_code

Returns:

  • (Object)

    the current value of zip_code



2
3
4
# File 'lib/xhash/structs/identification.rb', line 2

def zip_code
  @zip_code
end