Class: BuildingSync::HeatingPlantType::DistrictHeating::Capacity
- Inherits:
-
String
- Object
- String
- BuildingSync::HeatingPlantType::DistrictHeating::Capacity
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: Capacity http://buildingsync.net/schemas/bedes-auc/2019Capacity
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) ⇒ Capacity
constructor
A new instance of Capacity.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ Capacity
Returns a new instance of Capacity.
7940 7941 7942 7943 |
# File 'lib/BuildingSync.rb', line 7940 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
7928 7929 7930 |
# File 'lib/BuildingSync.rb', line 7928 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
7932 7933 7934 |
# File 'lib/BuildingSync.rb', line 7932 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
7936 7937 7938 |
# File 'lib/BuildingSync.rb', line 7936 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |