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.



22945
22946
22947
# File 'lib/BuildingSync.rb', line 22945

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



22933
22934
22935
# File 'lib/BuildingSync.rb', line 22933

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



22937
22938
22939
# File 'lib/BuildingSync.rb', line 22937

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



22941
22942
22943
# File 'lib/BuildingSync.rb', line 22941

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