Method: Propertyware::Inspection.openapi_types
- Defined in:
- lib/propertyware/models/inspection.rb
.openapi_types ⇒ Object
Attribute type mapping.
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
# File 'lib/propertyware/models/inspection.rb', line 107 def self.openapi_types { :'building_id' => :'Integer', :'closed_date_and_time' => :'Time', :'comment' => :'String', :'created_by' => :'String', :'created_date_time' => :'Time', :'id' => :'Integer', :'inspected_date_and_time' => :'Time', :'inspection_areas' => :'Array<InspectionArea>', :'inspector_id' => :'Integer', :'last_modified_by' => :'String', :'last_modified_date_time' => :'Time', :'lease_id' => :'Integer', :'notes_to_inspector' => :'String', :'number' => :'Integer', :'portfolio_id' => :'Integer', :'scheduled_date_and_time' => :'Time', :'status' => :'String', :'template_name' => :'String', :'type' => :'String' } end |