Class: BuildingSync::ResourceUseType::ParentResourceUseID
- Inherits:
-
Object
- Object
- BuildingSync::ResourceUseType::ParentResourceUseID
- 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
- #__xmlattr ⇒ Object
-
#initialize ⇒ ParentResourceUseID
constructor
A new instance of ParentResourceUseID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ ParentResourceUseID
Returns a new instance of ParentResourceUseID.
4176 4177 4178 |
# File 'lib/BuildingSync.rb', line 4176 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
4164 4165 4166 |
# File 'lib/BuildingSync.rb', line 4164 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
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 |