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.



12367
12368
12369
# File 'lib/BuildingSync.rb', line 12367

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



12355
12356
12357
# File 'lib/BuildingSync.rb', line 12355

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



12359
12360
12361
# File 'lib/BuildingSync.rb', line 12359

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



12363
12364
12365
# File 'lib/BuildingSync.rb', line 12363

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