Class: BuildingSync::AllResourceTotalType::SiteEnergyUse
- Inherits:
-
String
- Object
- String
- BuildingSync::AllResourceTotalType::SiteEnergyUse
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: SiteEnergyUse http://buildingsync.net/schemas/bedes-auc/2019SiteEnergyUse
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) ⇒ SiteEnergyUse
constructor
A new instance of SiteEnergyUse.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ SiteEnergyUse
Returns a new instance of SiteEnergyUse.
4294 4295 4296 4297 |
# File 'lib/BuildingSync.rb', line 4294 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
4282 4283 4284 |
# File 'lib/BuildingSync.rb', line 4282 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
4286 4287 4288 |
# File 'lib/BuildingSync.rb', line 4286 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
4290 4291 4292 |
# File 'lib/BuildingSync.rb', line 4290 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |