Class: BuildingSync::BlowerDoorValue
- Inherits:
-
String
- Object
- String
- BuildingSync::BlowerDoorValue
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaBlowerDoorValue
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ BlowerDoorValue
constructor
A new instance of BlowerDoorValue.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ BlowerDoorValue
Returns a new instance of BlowerDoorValue.
25604 25605 25606 25607 |
# File 'lib/BuildingSync.rb', line 25604 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
25592 25593 25594 |
# File 'lib/BuildingSync.rb', line 25592 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
25596 25597 25598 |
# File 'lib/BuildingSync.rb', line 25596 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
25600 25601 25602 |
# File 'lib/BuildingSync.rb', line 25600 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |