Class: BuildingSync::HeatRejectedtoSpace
- Inherits:
-
String
- Object
- String
- BuildingSync::HeatRejectedtoSpace
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaHeatRejectedtoSpace
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ HeatRejectedtoSpace
constructor
A new instance of HeatRejectedtoSpace.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ HeatRejectedtoSpace
Returns a new instance of HeatRejectedtoSpace.
33280 33281 33282 33283 |
# File 'lib/BuildingSync.rb', line 33280 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
33268 33269 33270 |
# File 'lib/BuildingSync.rb', line 33268 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
33272 33273 33274 |
# File 'lib/BuildingSync.rb', line 33272 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
33276 33277 33278 |
# File 'lib/BuildingSync.rb', line 33276 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |