Class: BuildingSync::DomesticHotWaterSystemType::Recirculation::RecirculationFlowRate

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

Overview

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

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

Returns a new instance of RecirculationFlowRate.



10347
10348
10349
10350
# File 'lib/BuildingSync.rb', line 10347

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

Instance Method Details

#__xmlattrObject



10335
10336
10337
# File 'lib/BuildingSync.rb', line 10335

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



10339
10340
10341
# File 'lib/BuildingSync.rb', line 10339

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



10343
10344
10345
# File 'lib/BuildingSync.rb', line 10343

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