Class: BuildingSync::RatedFlow
- Inherits:
-
String
- Object
- String
- BuildingSync::RatedFlow
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaRatedFlow
xmlattr_unit - SOAP::SOAPNMTOKEN
xmlattr_hydronicLoopIdRef - SOAP::SOAPIDREF
xmlattr_hydronicLoopType - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrHydronicLoopIdRef =
XSD::QName.new(nil, "hydronicLoopIdRef")
- AttrHydronicLoopType =
XSD::QName.new(nil, "hydronicLoopType")
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ RatedFlow
constructor
A new instance of RatedFlow.
- #xmlattr_hydronicLoopIdRef ⇒ Object
- #xmlattr_hydronicLoopIdRef=(value) ⇒ Object
- #xmlattr_hydronicLoopType ⇒ Object
- #xmlattr_hydronicLoopType=(value) ⇒ Object
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ RatedFlow
Returns a new instance of RatedFlow.
31545 31546 31547 31548 |
# File 'lib/BuildingSync.rb', line 31545 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
31517 31518 31519 |
# File 'lib/BuildingSync.rb', line 31517 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_hydronicLoopIdRef ⇒ Object
31529 31530 31531 |
# File 'lib/BuildingSync.rb', line 31529 def xmlattr_hydronicLoopIdRef __xmlattr[AttrHydronicLoopIdRef] end |
#xmlattr_hydronicLoopIdRef=(value) ⇒ Object
31533 31534 31535 |
# File 'lib/BuildingSync.rb', line 31533 def xmlattr_hydronicLoopIdRef=(value) __xmlattr[AttrHydronicLoopIdRef] = value end |
#xmlattr_hydronicLoopType ⇒ Object
31537 31538 31539 |
# File 'lib/BuildingSync.rb', line 31537 def xmlattr_hydronicLoopType __xmlattr[AttrHydronicLoopType] end |
#xmlattr_hydronicLoopType=(value) ⇒ Object
31541 31542 31543 |
# File 'lib/BuildingSync.rb', line 31541 def xmlattr_hydronicLoopType=(value) __xmlattr[AttrHydronicLoopType] = value end |
#xmlattr_unit ⇒ Object
31521 31522 31523 |
# File 'lib/BuildingSync.rb', line 31521 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
31525 31526 31527 |
# File 'lib/BuildingSync.rb', line 31525 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |