Class: BuildingSync::ExteriorRoughnessType

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

Overview

Constant Summary collapse

MediumRough =
new("Medium rough")
MediumSmooth =
new("Medium smooth")
Rough =
new("Rough")
Smooth =
new("Smooth")
Unknown =
new("Unknown")
VeryRough =
new("Very rough")
VerySmooth =
new("Very smooth")