Class: BuildingSync::CondenserPlantIDs::CondenserPlantID
- Inherits:
-
Object
- Object
- BuildingSync::CondenserPlantIDs::CondenserPlantID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019CondenserPlantID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ CondenserPlantID
constructor
A new instance of CondenserPlantID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ CondenserPlantID
Returns a new instance of CondenserPlantID.
22876 22877 22878 |
# File 'lib/BuildingSync.rb', line 22876 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
22864 22865 22866 |
# File 'lib/BuildingSync.rb', line 22864 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
22868 22869 22870 |
# File 'lib/BuildingSync.rb', line 22868 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
22872 22873 22874 |
# File 'lib/BuildingSync.rb', line 22872 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |