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.



7442
7443
7444
# File 'lib/BuildingSync.rb', line 7442

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



7430
7431
7432
# File 'lib/BuildingSync.rb', line 7430

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



7434
7435
7436
# File 'lib/BuildingSync.rb', line 7434

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



7438
7439
7440
# File 'lib/BuildingSync.rb', line 7438

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