Class: Harvest::Contact

Inherits:
BaseModel show all
Includes:
HappyMapper
Defined in:
lib/harvest/contact.rb

Overview

The model that contains information about a client contact

Fields

id

(READONLY) the id of the contact

client_id

(REQUIRED) the id of the client this contact is associated with

first_name

(REQUIRED) the first name of the contact

last_name

(REQUIRED) the last name of the contact

email

the email of the contact

title

the title of the contact

phone_office

the office phone number of the contact

phone_moble

the moble phone number of the contact

fax

the fax number of the contact

Method Summary

Methods inherited from BaseModel

#==, api_path, #attributes=, #initialize, #to_i, #to_xml

Constructor Details

This class inherits a constructor from Harvest::BaseModel