Class: BuildingSync::DDPressureHeat
- Inherits:
-
String
- Object
- String
- BuildingSync::DDPressureHeat
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaDDPressureHeat
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ DDPressureHeat
constructor
A new instance of DDPressureHeat.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ DDPressureHeat
Returns a new instance of DDPressureHeat.
26781 26782 26783 26784 |
# File 'lib/BuildingSync.rb', line 26781 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
26769 26770 26771 |
# File 'lib/BuildingSync.rb', line 26769 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
26773 26774 26775 |
# File 'lib/BuildingSync.rb', line 26773 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
26777 26778 26779 |
# File 'lib/BuildingSync.rb', line 26777 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |