Class: BuildingSync::ThermalZoneType::HVACScheduleIDs::HVACScheduleID

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

Overview

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

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeHVACScheduleID

Returns a new instance of HVACScheduleID.



1559
1560
1561
# File 'lib/BuildingSync.rb', line 1559

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



1547
1548
1549
# File 'lib/BuildingSync.rb', line 1547

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



1551
1552
1553
# File 'lib/BuildingSync.rb', line 1551

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



1555
1556
1557
# File 'lib/BuildingSync.rb', line 1555

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