Method: Propertyware::WorkOrder#lease

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

#leaseObject

If the work order is attached to an occupied building or unit, this is the lease name of that lease.



77
78
79
# File 'lib/propertyware/models/work_order.rb', line 77

def lease
  @lease
end