Class: BuildingSync::OwnershipStatus
- Inherits:
-
String
- Object
- String
- BuildingSync::OwnershipStatus
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019OwnershipStatus
Constant Summary collapse
- Leased =
new("Leased")
- Mortgaged =
new("Mortgaged")
- OccupiedWithoutPaymentOfRent =
new("Occupied without payment of rent")
- Other =
new("Other")
- Owned =
new("Owned")
- Rented =
new("Rented")
- Unknown =
new("Unknown")