Method: Propertyware::Adjustment.attribute_map
- Defined in:
- lib/propertyware/models/adjustment.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'lib/propertyware/models/adjustment.rb', line 56 def self.attribute_map { :'amount' => :'amount', :'comments' => :'comments', :'created_by' => :'createdBy', :'created_date_time' => :'createdDateTime', :'date' => :'date', :'gl_account_id' => :'glAccountID', :'id' => :'id', :'last_modified_by' => :'lastModifiedBy', :'last_modified_date_time' => :'lastModifiedDateTime', :'lease_id' => :'leaseID', :'portfolio_id' => :'portfolioID', :'ref_no' => :'refNo' } end |