Class: Xhash::CURP
- Inherits:
-
Struct
- Object
- Struct
- Xhash::CURP
- Defined in:
- lib/xhash/structs/curp.rb
Instance Attribute Summary collapse
-
#country_of_birth ⇒ Object
Returns the value of attribute country_of_birth.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#curp ⇒ Object
Returns the value of attribute curp.
-
#day_of_birth ⇒ Object
Returns the value of attribute day_of_birth.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#mothers_last_name ⇒ Object
Returns the value of attribute mothers_last_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#province_of_birth ⇒ Object
Returns the value of attribute province_of_birth.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#country_of_birth ⇒ Object
Returns the value of attribute country_of_birth
2 3 4 |
# File 'lib/xhash/structs/curp.rb', line 2 def country_of_birth @country_of_birth end |
#created_at ⇒ Object
Returns the value of attribute created_at
2 3 4 |
# File 'lib/xhash/structs/curp.rb', line 2 def created_at @created_at end |
#curp ⇒ Object
Returns the value of attribute curp
2 3 4 |
# File 'lib/xhash/structs/curp.rb', line 2 def curp @curp end |
#day_of_birth ⇒ Object
Returns the value of attribute day_of_birth
2 3 4 |
# File 'lib/xhash/structs/curp.rb', line 2 def day_of_birth @day_of_birth end |
#gender ⇒ Object
Returns the value of attribute gender
2 3 4 |
# File 'lib/xhash/structs/curp.rb', line 2 def gender @gender end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/xhash/structs/curp.rb', line 2 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name
2 3 4 |
# File 'lib/xhash/structs/curp.rb', line 2 def last_name @last_name end |
#mothers_last_name ⇒ Object
Returns the value of attribute mothers_last_name
2 3 4 |
# File 'lib/xhash/structs/curp.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/curp.rb', line 2 def name @name end |
#province_of_birth ⇒ Object
Returns the value of attribute province_of_birth
2 3 4 |
# File 'lib/xhash/structs/curp.rb', line 2 def province_of_birth @province_of_birth end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
2 3 4 |
# File 'lib/xhash/structs/curp.rb', line 2 def updated_at @updated_at end |