Class: BuildingSync::TransportationTypeEnum

Inherits:
String
  • Object
show all
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")