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.



22897
22898
22899
# File 'lib/BuildingSync.rb', line 22897

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



22885
22886
22887
# File 'lib/BuildingSync.rb', line 22885

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



22889
22890
22891
# File 'lib/BuildingSync.rb', line 22889

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



22893
22894
22895
# File 'lib/BuildingSync.rb', line 22893

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