Class: Clinical::Contact

Inherits:
Object
  • Object
show all
Includes:
AbstractElement, HappyMapper
Defined in:
lib/clinical/contact.rb

Instance Method Summary collapse

Methods included from AbstractElement

included

Instance Method Details

#to_sObject



15
16
17
# File 'lib/clinical/contact.rb', line 15

def to_s
  [first_name, last_name, "(#{phone})"].join(" ")
end