Class: BuildingSync::ProcessGasElectricLoadType::ProcessLoadStandbyPower
- Inherits:
-
String
- Object
- String
- BuildingSync::ProcessGasElectricLoadType::ProcessLoadStandbyPower
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: ProcessLoadStandbyPower http://buildingsync.net/schemas/bedes-auc/2019ProcessLoadStandbyPower
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) ⇒ ProcessLoadStandbyPower
constructor
A new instance of ProcessLoadStandbyPower.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ ProcessLoadStandbyPower
Returns a new instance of ProcessLoadStandbyPower.
15268 15269 15270 15271 |
# File 'lib/BuildingSync.rb', line 15268 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
15256 15257 15258 |
# File 'lib/BuildingSync.rb', line 15256 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
15260 15261 15262 |
# File 'lib/BuildingSync.rb', line 15260 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
15264 15265 15266 |
# File 'lib/BuildingSync.rb', line 15264 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |