Class: BuildingSync::HeatRecoverySystemType::SystemIDProvidingHeat

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

Overview

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

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

AttrIDref =
XSD::QName.new(nil, "IDref")

Instance Method Summary collapse

Constructor Details

#initializeSystemIDProvidingHeat

Returns a new instance of SystemIDProvidingHeat.



12390
12391
12392
# File 'lib/BuildingSync.rb', line 12390

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



12378
12379
12380
# File 'lib/BuildingSync.rb', line 12378

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



12382
12383
12384
# File 'lib/BuildingSync.rb', line 12382

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



12386
12387
12388
# File 'lib/BuildingSync.rb', line 12386

def xmlattr_IDref=(value)
  __xmlattr[AttrIDref] = value
end