Class: BuildingSync::PumpSystemType::PumpInstalledFlowRate
- Inherits:
-
String
- Object
- String
- BuildingSync::PumpSystemType::PumpInstalledFlowRate
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: PumpInstalledFlowRate http://buildingsync.net/schemas/bedes-auc/2019PumpInstalledFlowRate
xmlattr_Source - SOAP::SOAPString
Constant Summary collapse
- AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ PumpInstalledFlowRate
constructor
A new instance of PumpInstalledFlowRate.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ PumpInstalledFlowRate
Returns a new instance of PumpInstalledFlowRate.
11684 11685 11686 11687 |
# File 'lib/BuildingSync.rb', line 11684 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
11672 11673 11674 |
# File 'lib/BuildingSync.rb', line 11672 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
11676 11677 11678 |
# File 'lib/BuildingSync.rb', line 11676 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
11680 11681 11682 |
# File 'lib/BuildingSync.rb', line 11680 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |