Class: BuildingSync::FanBasedType::HeatingSupplyAirTemperature

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: HeatingSupplyAirTemperature http://buildingsync.net/schemas/bedes-auc/2019HeatingSupplyAirTemperature

xmlattr_Source - SOAP::SOAPString

Constant Summary collapse

AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ HeatingSupplyAirTemperature

Returns a new instance of HeatingSupplyAirTemperature.



16872
16873
16874
16875
# File 'lib/BuildingSync.rb', line 16872

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



16860
16861
16862
# File 'lib/BuildingSync.rb', line 16860

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



16864
16865
16866
# File 'lib/BuildingSync.rb', line 16864

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



16868
16869
16870
# File 'lib/BuildingSync.rb', line 16868

def xmlattr_Source=(value)
  __xmlattr[AttrSource] = value
end