Class: BuildingSync::ResourceUseType::ParentResourceUseID

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

Overview

inner class for member: ParentResourceUseID http://buildingsync.net/schemas/bedes-auc/2019ParentResourceUseID

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeParentResourceUseID

Returns a new instance of ParentResourceUseID.



4176
4177
4178
# File 'lib/BuildingSync.rb', line 4176

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



4164
4165
4166
# File 'lib/BuildingSync.rb', line 4164

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



4168
4169
4170
# File 'lib/BuildingSync.rb', line 4168

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



4172
4173
4174
# File 'lib/BuildingSync.rb', line 4172

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