Class: Clinical::Contact
- Inherits:
-
Object
- Object
- Clinical::Contact
- Includes:
- AbstractElement, HappyMapper
- Defined in:
- lib/clinical/contact.rb
Instance Method Summary collapse
Methods included from AbstractElement
Instance Method Details
#to_s ⇒ Object
15 16 17 |
# File 'lib/clinical/contact.rb', line 15 def to_s [first_name, last_name, "(#{phone})"].join(" ") end |