Class: BuildingSync::SummerPeakElectricityReduction
- Inherits:
-
String
- Object
- String
- BuildingSync::SummerPeakElectricityReduction
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019SummerPeakElectricityReduction
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) ⇒ SummerPeakElectricityReduction
constructor
A new instance of SummerPeakElectricityReduction.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ SummerPeakElectricityReduction
Returns a new instance of SummerPeakElectricityReduction.
24393 24394 24395 24396 |
# File 'lib/BuildingSync.rb', line 24393 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
24381 24382 24383 |
# File 'lib/BuildingSync.rb', line 24381 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
24385 24386 24387 |
# File 'lib/BuildingSync.rb', line 24385 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
24389 24390 24391 |
# File 'lib/BuildingSync.rb', line 24389 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |