Class: BuildingSync::WinterPeakElectricityReduction
- Inherits:
-
String
- Object
- String
- BuildingSync::WinterPeakElectricityReduction
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019WinterPeakElectricityReduction
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) ⇒ WinterPeakElectricityReduction
constructor
A new instance of WinterPeakElectricityReduction.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ WinterPeakElectricityReduction
Returns a new instance of WinterPeakElectricityReduction.
24561 24562 24563 24564 |
# File 'lib/BuildingSync.rb', line 24561 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
24549 24550 24551 |
# File 'lib/BuildingSync.rb', line 24549 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
24553 24554 24555 |
# File 'lib/BuildingSync.rb', line 24553 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
24557 24558 24559 |
# File 'lib/BuildingSync.rb', line 24557 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |