Class: BuildingSync::ModifiedSchedule
- Inherits:
-
Object
- Object
- BuildingSync::ModifiedSchedule
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ModifiedSchedule
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ ModifiedSchedule
constructor
A new instance of ModifiedSchedule.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ ModifiedSchedule
Returns a new instance of ModifiedSchedule.
23912 23913 23914 |
# File 'lib/BuildingSync.rb', line 23912 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
23900 23901 23902 |
# File 'lib/BuildingSync.rb', line 23900 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
23904 23905 23906 |
# File 'lib/BuildingSync.rb', line 23904 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
23908 23909 23910 |
# File 'lib/BuildingSync.rb', line 23908 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |