Class: AdvisorsCommandClient::Models::Contact

Inherits:
Base
  • Object
show all
Defined in:
lib/advisors_command_client/models/contact.rb

Instance Method Summary collapse

Methods inherited from Base

deep_underscore_params, load

Instance Method Details

#full_nameObject



20
21
22
# File 'lib/advisors_command_client/models/contact.rb', line 20

def full_name
  [first_name, middle_name, last_name].compact.join(' ')
end