Class: BuildingSync::DuctSystemType::HeatingDeliveryID

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

Overview

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

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeHeatingDeliveryID

Returns a new instance of HeatingDeliveryID.



7523
7524
7525
# File 'lib/BuildingSync.rb', line 7523

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



7511
7512
7513
# File 'lib/BuildingSync.rb', line 7511

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



7515
7516
7517
# File 'lib/BuildingSync.rb', line 7515

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



7519
7520
7521
# File 'lib/BuildingSync.rb', line 7519

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