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.



4071
4072
4073
# File 'lib/BuildingSync.rb', line 4071

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



4059
4060
4061
# File 'lib/BuildingSync.rb', line 4059

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



4063
4064
4065
# File 'lib/BuildingSync.rb', line 4063

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



4067
4068
4069
# File 'lib/BuildingSync.rb', line 4067

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