Method: Propertyware::WorkOrder#type
- Defined in:
- lib/propertyware/models/work_order.rb
#type ⇒ Object
This classifies the work order into one of the following types: general, service request, turnover, inspection, estimate etc.
122 123 124 |
# File 'lib/propertyware/models/work_order.rb', line 122 def type @type end |