Class: BuildingSync::Transmittance
- Inherits:
-
String
- Object
- String
- BuildingSync::Transmittance
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaTransmittance
xmlattr_unit - SOAP::SOAPNMTOKEN
xmlattr_type - SOAP::SOAPNMTOKEN
xmlattr_surfaceType - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrSurfaceType =
XSD::QName.new(nil, "surfaceType")
- AttrType =
XSD::QName.new(nil, "type")
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ Transmittance
constructor
A new instance of Transmittance.
- #xmlattr_surfaceType ⇒ Object
- #xmlattr_surfaceType=(value) ⇒ Object
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ Transmittance
Returns a new instance of Transmittance.
32897 32898 32899 32900 |
# File 'lib/BuildingSync.rb', line 32897 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
32869 32870 32871 |
# File 'lib/BuildingSync.rb', line 32869 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_surfaceType ⇒ Object
32889 32890 32891 |
# File 'lib/BuildingSync.rb', line 32889 def xmlattr_surfaceType __xmlattr[AttrSurfaceType] end |
#xmlattr_surfaceType=(value) ⇒ Object
32893 32894 32895 |
# File 'lib/BuildingSync.rb', line 32893 def xmlattr_surfaceType=(value) __xmlattr[AttrSurfaceType] = value end |
#xmlattr_type ⇒ Object
32881 32882 32883 |
# File 'lib/BuildingSync.rb', line 32881 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
32885 32886 32887 |
# File 'lib/BuildingSync.rb', line 32885 def xmlattr_type=(value) __xmlattr[AttrType] = value end |
#xmlattr_unit ⇒ Object
32873 32874 32875 |
# File 'lib/BuildingSync.rb', line 32873 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
32877 32878 32879 |
# File 'lib/BuildingSync.rb', line 32877 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |