Class: Name
- Inherits:
-
Struct
- Object
- Struct
- Name
- Defined in:
- lib/trial/data_handling/names.rb
Overview
normal <FIRST> <LAST>
Instance Attribute Summary collapse
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#middle_name ⇒ Object
Returns the value of attribute middle_name.
Instance Attribute Details
#first_name ⇒ Object
Returns the value of attribute first_name
3 4 5 |
# File 'lib/trial/data_handling/names.rb', line 3 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name
3 4 5 |
# File 'lib/trial/data_handling/names.rb', line 3 def last_name @last_name end |
#middle_name ⇒ Object
Returns the value of attribute middle_name
3 4 5 |
# File 'lib/trial/data_handling/names.rb', line 3 def middle_name @middle_name end |