Class: BuildingSync::TransportationTypeEnum
- Inherits:
-
String
- Object
- String
- BuildingSync::TransportationTypeEnum
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schematransportationTypeEnum
Constant Summary collapse
- Airplane =
new("Airplane")
- Bike =
new("Bike")
- Bus =
new("Bus")
- Car =
new("Car")
- Ferry =
new("Ferry")
- LightRail =
new("LightRail")
- Monorail =
new("Monorail")
- Train =
new("Train")