class AmoCRM::Resources::Contacts

Public Class Methods

entity_class() click to toggle source
# File lib/amo_crm/resources/contacts.rb, line 15
def self.entity_class
  AmoCRM::Entities::Contact
end
resource_name() click to toggle source
# File lib/amo_crm/resources/contacts.rb, line 19
def self.resource_name
  :contacts
end

Public Instance Methods

list_path() click to toggle source
# File lib/amo_crm/resources/contacts.rb, line 7
def list_path
  'contacts/list'
end
response_key() click to toggle source
# File lib/amo_crm/resources/contacts.rb, line 11
def response_key
  'contacts'
end
set_path() click to toggle source
# File lib/amo_crm/resources/contacts.rb, line 3
def set_path
  'contacts/set'
end