Class: Xhash::RFC
- Inherits:
-
Struct
- Object
- Struct
- Xhash::RFC
- Defined in:
- lib/xhash/structs/rfc.rb
Instance Attribute Summary collapse
-
#birth_date ⇒ Object
Returns the value of attribute birth_date.
-
#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.
-
#rfc ⇒ Object
Returns the value of attribute rfc.
Instance Attribute Details
#birth_date ⇒ Object
Returns the value of attribute birth_date
2 3 4 |
# File 'lib/xhash/structs/rfc.rb', line 2 def birth_date @birth_date end |
#last_name ⇒ Object
Returns the value of attribute last_name
2 3 4 |
# File 'lib/xhash/structs/rfc.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/rfc.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/rfc.rb', line 2 def name @name end |
#rfc ⇒ Object
Returns the value of attribute rfc
2 3 4 |
# File 'lib/xhash/structs/rfc.rb', line 2 def rfc @rfc end |