Class: BuildingSync::CoolingSourceID

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

Overview

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

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeCoolingSourceID

Returns a new instance of CoolingSourceID.



22599
22600
22601
# File 'lib/BuildingSync.rb', line 22599

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



22587
22588
22589
# File 'lib/BuildingSync.rb', line 22587

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



22591
22592
22593
# File 'lib/BuildingSync.rb', line 22591

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



22595
22596
22597
# File 'lib/BuildingSync.rb', line 22595

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