Class: BuildingSync::Reflectance
- Inherits:
-
String
- Object
- String
- BuildingSync::Reflectance
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaReflectance
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) ⇒ Reflectance
constructor
A new instance of Reflectance.
- #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) ⇒ Reflectance
Returns a new instance of Reflectance.
31662 31663 31664 31665 |
# File 'lib/BuildingSync.rb', line 31662 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
31634 31635 31636 |
# File 'lib/BuildingSync.rb', line 31634 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_surfaceType ⇒ Object
31654 31655 31656 |
# File 'lib/BuildingSync.rb', line 31654 def xmlattr_surfaceType __xmlattr[AttrSurfaceType] end |
#xmlattr_surfaceType=(value) ⇒ Object
31658 31659 31660 |
# File 'lib/BuildingSync.rb', line 31658 def xmlattr_surfaceType=(value) __xmlattr[AttrSurfaceType] = value end |
#xmlattr_type ⇒ Object
31646 31647 31648 |
# File 'lib/BuildingSync.rb', line 31646 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
31650 31651 31652 |
# File 'lib/BuildingSync.rb', line 31650 def xmlattr_type=(value) __xmlattr[AttrType] = value end |
#xmlattr_unit ⇒ Object
31638 31639 31640 |
# File 'lib/BuildingSync.rb', line 31638 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
31642 31643 31644 |
# File 'lib/BuildingSync.rb', line 31642 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |