Class: Freshdesk::Contacts

Inherits:
Base
  • Object
show all
Defined in:
lib/freshdesk/api/v2/contacts.rb

Constant Summary collapse

CONTACTS_PROPERTIES =
[
  :active,:address,:avatar,:company_id,:view_all_tickets,:custom_fields,
  :deleted,:description,:email,:id,:job_title,:language,:mobile,:name,
  :other_emails,:phone,:tags,:time_zone,:twitter_id,:other_companies,
  :created_at,:updated_at
]

Instance Attribute Summary

Attributes inherited from Base

#apikey, #domain

Method Summary

Methods inherited from Base

#all, #connected?, #create, #delete, #delete_all, #find, #initialize, #update

Constructor Details

This class inherits a constructor from Freshdesk::Base