Class: BuildingSync::ExistingScheduleAffected

Inherits:
Object
  • Object
show all
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

Constructor Details

#initializeExistingScheduleAffected

Returns a new instance of ExistingScheduleAffected.



23243
23244
23245
# File 'lib/BuildingSync.rb', line 23243

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



23231
23232
23233
# File 'lib/BuildingSync.rb', line 23231

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



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