Class: BuildingSync::OwnershipStatus

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

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")