Class: BuildingSync::ExistingScheduleAffected
- Inherits:
-
Object
- Object
- BuildingSync::ExistingScheduleAffected
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ExistingScheduleAffected
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ ExistingScheduleAffected
constructor
A new instance of ExistingScheduleAffected.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ ExistingScheduleAffected
Returns a new instance of ExistingScheduleAffected.
23243 23244 23245 |
# File 'lib/BuildingSync.rb', line 23243 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
23231 23232 23233 |
# File 'lib/BuildingSync.rb', line 23231 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
23235 23236 23237 |
# File 'lib/BuildingSync.rb', line 23235 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
23239 23240 23241 |
# File 'lib/BuildingSync.rb', line 23239 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |