Method: Propertyware::SaveContact.attribute_map
- Defined in:
- lib/propertyware/models/save_contact.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/propertyware/models/save_contact.rb', line 110 def self.attribute_map { :'address' => :'address', :'allow_e_signature' => :'allowESignature', :'alt_email' => :'altEmail', :'birth_date' => :'birthDate', :'category' => :'category', :'comments' => :'comments', :'company' => :'company', :'email' => :'email', :'fax' => :'fax', :'first_name' => :'firstName', :'gender' => :'gender', :'home_phone' => :'homePhone', :'job_title' => :'jobTitle', :'last_name' => :'lastName', :'middle_name' => :'middleName', :'mobile_phone' => :'mobilePhone', :'name_on_check' => :'nameOnCheck', :'named_on_lease' => :'namedOnLease', :'other_phone' => :'otherPhone', :'salutation' => :'salutation', :'search_tag' => :'searchTag', :'suffix' => :'suffix', :'work_phone' => :'workPhone' } end |