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.



24066
24067
24068
# File 'lib/BuildingSync.rb', line 24066

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



24054
24055
24056
# File 'lib/BuildingSync.rb', line 24054

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



24058
24059
24060
# File 'lib/BuildingSync.rb', line 24058

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



24062
24063
24064
# File 'lib/BuildingSync.rb', line 24062

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