Class: RepsClient::Suffix

Inherits:
Modelish::Base
  • Object
show all
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

Instance Method Details

#suffix_idint

Returns the id of the suffix.

Returns:

  • (int)

    the id of the suffix



22
# File 'lib/reps_client/pick_list.rb', line 22

property :suffix_id, :from => :user_list_idy, :type => Integer

#valueString

Returns the display value of the suffix (e.g. “Jr.”).

Returns:

  • (String)

    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