Class: BuildingSync::CurrencyTypeEnum

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

Overview

http://www.gbxml.org/schemacurrencyTypeEnum

Constant Summary collapse

AustralianDollar =
new("AustralianDollar")
CanadianDollars =
new("CanadianDollars")
EnglishPound =
new("EnglishPound")
Euros =
new("Euros")
Franc =
new("Franc")
IndianRupee =
new("IndianRupee")
Mark =
new("Mark")
NewZealandDollar =
new("NewZealandDollar")
Pesos =
new("Pesos")
Real =
new("Real")
Ruble =
new("Ruble")
TaiwanDollar =
new("TaiwanDollar")
USDollars =
new("USDollars")
Yen =
new("Yen")
Yuan =
new("Yuan")