class Eol::Contact

Public Instance Methods

base_path() click to toggle source
# File lib/eol/resources/contact.rb, line 8
def base_path
  "crm/Contacts"
end
mandatory_attributes() click to toggle source
# File lib/eol/resources/contact.rb, line 12
def mandatory_attributes
  %i[first_name last_name account]
end
other_attributes() click to toggle source
# File lib/eol/resources/contact.rb, line 16
def other_attributes
  %i[
    account_name birt_date birth_name birth_name_prefix birth_place
    business_email business_fax business_mobile business_phone business_phone_extention
    email end_date first_name gender HID initials is_mailing_excluded
    job_title_description language marketing_notes middle_name
    mobile nationality notes person phone picture picture_name
    social_security_number start_date title
  ]
end