Class: BuildingSync::TimeSeriesType::ResourceUseID
- Inherits:
-
Object
- Object
- BuildingSync::TimeSeriesType::ResourceUseID
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: ResourceUseID http://buildingsync.net/schemas/bedes-auc/2019ResourceUseID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ ResourceUseID
constructor
A new instance of ResourceUseID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ ResourceUseID
Returns a new instance of ResourceUseID.
4991 4992 4993 |
# File 'lib/BuildingSync.rb', line 4991 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
4979 4980 4981 |
# File 'lib/BuildingSync.rb', line 4979 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
4983 4984 4985 |
# File 'lib/BuildingSync.rb', line 4983 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
4987 4988 4989 |
# File 'lib/BuildingSync.rb', line 4987 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |