Class: BuildingSync::FanBasedType::CoolingSupplyAirTemperature
- Inherits:
-
String
- Object
- String
- BuildingSync::FanBasedType::CoolingSupplyAirTemperature
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: CoolingSupplyAirTemperature http://buildingsync.net/schemas/bedes-auc/2019CoolingSupplyAirTemperature
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) ⇒ CoolingSupplyAirTemperature
constructor
A new instance of CoolingSupplyAirTemperature.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ CoolingSupplyAirTemperature
Returns a new instance of CoolingSupplyAirTemperature.
16803 16804 16805 16806 |
# File 'lib/BuildingSync.rb', line 16803 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
16791 16792 16793 |
# File 'lib/BuildingSync.rb', line 16791 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
16795 16796 16797 |
# File 'lib/BuildingSync.rb', line 16795 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
16799 16800 16801 |
# File 'lib/BuildingSync.rb', line 16799 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |