Class: BuildingSync::DomesticHotWaterSystemType::Recirculation::RecirculationFlowRate
- Inherits:
-
String
- Object
- String
- BuildingSync::DomesticHotWaterSystemType::Recirculation::RecirculationFlowRate
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: RecirculationFlowRate http://buildingsync.net/schemas/bedes-auc/2019RecirculationFlowRate
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) ⇒ RecirculationFlowRate
constructor
A new instance of RecirculationFlowRate.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ RecirculationFlowRate
Returns a new instance of RecirculationFlowRate.
10347 10348 10349 10350 |
# File 'lib/BuildingSync.rb', line 10347 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
10335 10336 10337 |
# File 'lib/BuildingSync.rb', line 10335 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
10339 10340 10341 |
# File 'lib/BuildingSync.rb', line 10339 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
10343 10344 10345 |
# File 'lib/BuildingSync.rb', line 10343 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |