Class: BuildingSync::ChilledWaterSupplyTemperature

Inherits:
String
  • Object
show all
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

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

#__xmlattrObject



22730
22731
22732
# File 'lib/BuildingSync.rb', line 22730

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



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