Method: RepsClient::Contact#suffix
- Defined in:
- lib/reps_client/lead.rb
#suffix ⇒ String
Returns the contact’s name suffix (e.g. ‘Jr.’, ‘M.D.’, etc.).
51 |
# File 'lib/reps_client/lead.rb', line 51 property :suffix, :type => String, :max_length => 30 |