Class: Xhash::CURP

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

Instance Attribute Summary collapse

Instance Attribute Details

#country_of_birthObject

Returns the value of attribute country_of_birth

Returns:

  • (Object)

    the current value of country_of_birth



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

def country_of_birth
  @country_of_birth
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



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

def created_at
  @created_at
end

#curpObject

Returns the value of attribute curp

Returns:

  • (Object)

    the current value of curp



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

def curp
  @curp
end

#day_of_birthObject

Returns the value of attribute day_of_birth

Returns:

  • (Object)

    the current value of day_of_birth



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

def day_of_birth
  @day_of_birth
end

#genderObject

Returns the value of attribute gender

Returns:

  • (Object)

    the current value of gender



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

def gender
  @gender
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
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/curp.rb', line 2

def last_name
  @last_name
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/curp.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/curp.rb', line 2

def name
  @name
end

#province_of_birthObject

Returns the value of attribute province_of_birth

Returns:

  • (Object)

    the current value of province_of_birth



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

def province_of_birth
  @province_of_birth
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



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

def updated_at
  @updated_at
end