Class: BuildingSync::SpaceType::OccupancyScheduleIDs::OccupancyScheduleID

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

Overview

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

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeOccupancyScheduleID

Returns a new instance of OccupancyScheduleID.



1753
1754
1755
# File 'lib/BuildingSync.rb', line 1753

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



1741
1742
1743
# File 'lib/BuildingSync.rb', line 1741

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



1745
1746
1747
# File 'lib/BuildingSync.rb', line 1745

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



1749
1750
1751
# File 'lib/BuildingSync.rb', line 1749

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