Method: Propertyware::BasicVendor.attribute_map
- Defined in:
- lib/propertyware/models/basic_vendor.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/propertyware/models/basic_vendor.rb', line 55 def self.attribute_map { :'address' => :'address', :'created_by' => :'createdBy', :'created_date_time' => :'createdDateTime', :'custom_fields' => :'customFields', :'email' => :'email', :'fax' => :'fax', :'id' => :'id', :'last_modified_by' => :'lastModifiedBy', :'last_modified_date_time' => :'lastModifiedDateTime', :'name' => :'name', :'other_phone' => :'otherPhone', :'phone' => :'phone' } end |