Class: BuildingSync::SourceEnergyUseIntensity
- Inherits:
-
String
- Object
- String
- BuildingSync::SourceEnergyUseIntensity
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019SourceEnergyUseIntensity
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) ⇒ SourceEnergyUseIntensity
constructor
A new instance of SourceEnergyUseIntensity.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ SourceEnergyUseIntensity
Returns a new instance of SourceEnergyUseIntensity.
24298 24299 24300 24301 |
# File 'lib/BuildingSync.rb', line 24298 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
24286 24287 24288 |
# File 'lib/BuildingSync.rb', line 24286 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
24290 24291 24292 |
# File 'lib/BuildingSync.rb', line 24290 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
24294 24295 24296 |
# File 'lib/BuildingSync.rb', line 24294 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |