Class: RepsClient::Suffix
- Inherits:
-
Modelish::Base
- Object
- Modelish::Base
- RepsClient::Suffix
- Defined in:
- lib/reps_client/pick_list.rb
Overview
A name suffix from the REPS service. Equates to the dropdown list labeled “Suffix” on the Leads -> Contact and Prospect pages in REPS.
Instance Method Summary collapse
-
#suffix_id ⇒ int
The id of the suffix.
-
#value ⇒ String
The display value of the suffix (e.g. “Jr.”).
Instance Method Details
#suffix_id ⇒ int
Returns the id of the suffix.
22 |
# File 'lib/reps_client/pick_list.rb', line 22 property :suffix_id, :from => :user_list_idy, :type => Integer |
#value ⇒ String
Returns the display value of the suffix (e.g. “Jr.”).
25 |
# File 'lib/reps_client/pick_list.rb', line 25 property :value, :from => :list_value, :type => String |