Class: BuildingSync::AllResourceTotalType::ElectricitySourcedFromOnsiteRenewableSystems
- Inherits:
-
String
- Object
- String
- BuildingSync::AllResourceTotalType::ElectricitySourcedFromOnsiteRenewableSystems
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: ElectricitySourcedFromOnsiteRenewableSystems http://buildingsync.net/schemas/bedes-auc/2019ElectricitySourcedFromOnsiteRenewableSystems
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) ⇒ ElectricitySourcedFromOnsiteRenewableSystems
constructor
A new instance of ElectricitySourcedFromOnsiteRenewableSystems.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ ElectricitySourcedFromOnsiteRenewableSystems
Returns a new instance of ElectricitySourcedFromOnsiteRenewableSystems.
4582 4583 4584 4585 |
# File 'lib/BuildingSync.rb', line 4582 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
4570 4571 4572 |
# File 'lib/BuildingSync.rb', line 4570 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
4574 4575 4576 |
# File 'lib/BuildingSync.rb', line 4574 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
4578 4579 4580 |
# File 'lib/BuildingSync.rb', line 4578 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |