Method: Propertyware::ProspectContact.attribute_map
- Defined in:
- lib/propertyware/models/prospect_contact.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/propertyware/models/prospect_contact.rb', line 41 def self.attribute_map { :'email' => :'email', :'first_name' => :'firstName', :'home_phone' => :'homePhone', :'id' => :'id', :'last_name' => :'lastName', :'mobile_phone' => :'mobilePhone', :'work_phone' => :'workPhone' } end |