Class: BuildingSync::ChilledWaterSupplyTemperature
- Inherits:
-
String
- Object
- String
- BuildingSync::ChilledWaterSupplyTemperature
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ChilledWaterSupplyTemperature
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) ⇒ ChilledWaterSupplyTemperature
constructor
A new instance of ChilledWaterSupplyTemperature.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ ChilledWaterSupplyTemperature
Returns a new instance of ChilledWaterSupplyTemperature.
22742 22743 22744 22745 |
# File 'lib/BuildingSync.rb', line 22742 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
22730 22731 22732 |
# File 'lib/BuildingSync.rb', line 22730 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
22734 22735 22736 |
# File 'lib/BuildingSync.rb', line 22734 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
22738 22739 22740 |
# File 'lib/BuildingSync.rb', line 22738 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |