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