Class: BuildingSync::ThermalZoneIDs::ThermalZoneID

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

Overview

http://buildingsync.net/schemas/bedes-auc/2019ThermalZoneID

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeThermalZoneID

Returns a new instance of ThermalZoneID.



24442
24443
24444
# File 'lib/BuildingSync.rb', line 24442

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



24430
24431
24432
# File 'lib/BuildingSync.rb', line 24430

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



24434
24435
24436
# File 'lib/BuildingSync.rb', line 24434

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



24438
24439
24440
# File 'lib/BuildingSync.rb', line 24438

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