Class: BuildingSync::CondenserPlantType::WaterCooled::CellCount
- Inherits:
-
String
- Object
- String
- BuildingSync::CondenserPlantType::WaterCooled::CellCount
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: CellCount http://buildingsync.net/schemas/bedes-auc/2019CellCount
xmlattr_Source - SOAP::SOAPString
Constant Summary collapse
- AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ CellCount
constructor
A new instance of CellCount.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ CellCount
Returns a new instance of CellCount.
8507 8508 8509 8510 |
# File 'lib/BuildingSync.rb', line 8507 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
8495 8496 8497 |
# File 'lib/BuildingSync.rb', line 8495 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
8499 8500 8501 |
# File 'lib/BuildingSync.rb', line 8499 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
8503 8504 8505 |
# File 'lib/BuildingSync.rb', line 8503 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |