Class: BuildingSync::EquipmentCondition

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

Overview

Constant Summary collapse

Average =
new("Average")
Excellent =
new("Excellent")
Good =
new("Good")
Other =
new("Other")
Poor =
new("Poor")
Unknown =
new("Unknown")