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.



12511
12512
12513
# File 'lib/BuildingSync.rb', line 12511

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



12499
12500
12501
# File 'lib/BuildingSync.rb', line 12499

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



12503
12504
12505
# File 'lib/BuildingSync.rb', line 12503

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



12507
12508
12509
# File 'lib/BuildingSync.rb', line 12507

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