Class: BuildingSync::HeatRecoverySystemType::SystemIDReceivingHeat

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

Overview

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

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeSystemIDReceivingHeat

Returns a new instance of SystemIDReceivingHeat.



12488
12489
12490
# File 'lib/BuildingSync.rb', line 12488

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



12476
12477
12478
# File 'lib/BuildingSync.rb', line 12476

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



12480
12481
12482
# File 'lib/BuildingSync.rb', line 12480

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



12484
12485
12486
# File 'lib/BuildingSync.rb', line 12484

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