Class: BuildingSync::Enthalpy
- Inherits:
-
String
- Object
- String
- BuildingSync::Enthalpy
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaEnthalpy
xmlattr_unit - SOAP::SOAPNMTOKEN
xmlattr_enthalpyType - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrEnthalpyType =
XSD::QName.new(nil, "enthalpyType")
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ Enthalpy
constructor
A new instance of Enthalpy.
- #xmlattr_enthalpyType ⇒ Object
- #xmlattr_enthalpyType=(value) ⇒ Object
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ Enthalpy
Returns a new instance of Enthalpy.
27641 27642 27643 27644 |
# File 'lib/BuildingSync.rb', line 27641 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
27621 27622 27623 |
# File 'lib/BuildingSync.rb', line 27621 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_enthalpyType ⇒ Object
27633 27634 27635 |
# File 'lib/BuildingSync.rb', line 27633 def xmlattr_enthalpyType __xmlattr[AttrEnthalpyType] end |
#xmlattr_enthalpyType=(value) ⇒ Object
27637 27638 27639 |
# File 'lib/BuildingSync.rb', line 27637 def xmlattr_enthalpyType=(value) __xmlattr[AttrEnthalpyType] = value end |
#xmlattr_unit ⇒ Object
27625 27626 27627 |
# File 'lib/BuildingSync.rb', line 27625 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
27629 27630 27631 |
# File 'lib/BuildingSync.rb', line 27629 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |