Class: Contact_selected_info
- Inherits:
-
Struct
- Object
- Struct
- Contact_selected_info
- Defined in:
- lib/gnms.rb
Instance Attribute Summary collapse
-
#firstname ⇒ Object
Returns the value of attribute firstname.
-
#lastname ⇒ Object
Returns the value of attribute lastname.
Instance Attribute Details
#firstname ⇒ Object
Returns the value of attribute firstname
76 77 78 |
# File 'lib/gnms.rb', line 76 def firstname @firstname end |
#lastname ⇒ Object
Returns the value of attribute lastname
76 77 78 |
# File 'lib/gnms.rb', line 76 def lastname @lastname end |