Method: Propertyware::WorkOrder#priority

Defined in:
lib/propertyware/models/work_order.rb

#priorityObject

This identifies the priority of the work order as low, medium, or high.



95
96
97
# File 'lib/propertyware/models/work_order.rb', line 95

def priority
  @priority
end