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



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

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

#valueString



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

property :value, :from => :list_value, :type => String