Class: BuildingSync::Emittance
- Inherits:
-
String
- Object
- String
- BuildingSync::Emittance
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaEmittance
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) ⇒ Emittance
constructor
A new instance of Emittance.
- #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) ⇒ Emittance
Returns a new instance of Emittance.
27545 27546 27547 27548 |
# File 'lib/BuildingSync.rb', line 27545 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
27517 27518 27519 |
# File 'lib/BuildingSync.rb', line 27517 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_surfaceType ⇒ Object
27537 27538 27539 |
# File 'lib/BuildingSync.rb', line 27537 def xmlattr_surfaceType __xmlattr[AttrSurfaceType] end |
#xmlattr_surfaceType=(value) ⇒ Object
27541 27542 27543 |
# File 'lib/BuildingSync.rb', line 27541 def xmlattr_surfaceType=(value) __xmlattr[AttrSurfaceType] = value end |
#xmlattr_type ⇒ Object
27529 27530 27531 |
# File 'lib/BuildingSync.rb', line 27529 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
27533 27534 27535 |
# File 'lib/BuildingSync.rb', line 27533 def xmlattr_type=(value) __xmlattr[AttrType] = value end |
#xmlattr_unit ⇒ Object
27521 27522 27523 |
# File 'lib/BuildingSync.rb', line 27521 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
27525 27526 27527 |
# File 'lib/BuildingSync.rb', line 27525 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |