Class: BuildingSync::DomesticHotWaterSystemType::Recirculation::RecirculationEnergyLossRate

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

Overview

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

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) ⇒ RecirculationEnergyLossRate

Returns a new instance of RecirculationEnergyLossRate.



10371
10372
10373
10374
# File 'lib/BuildingSync.rb', line 10371

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

Instance Method Details

#__xmlattrObject



10359
10360
10361
# File 'lib/BuildingSync.rb', line 10359

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



10363
10364
10365
# File 'lib/BuildingSync.rb', line 10363

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



10367
10368
10369
# File 'lib/BuildingSync.rb', line 10367

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