Class: BuildingSync::SourceEnergyUseIntensity

Inherits:
String
  • Object
show all
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

Constructor Details

#initialize(*arg) ⇒ SourceEnergyUseIntensity

Returns a new instance of SourceEnergyUseIntensity.



23922
23923
23924
23925
# File 'lib/BuildingSync.rb', line 23922

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



23910
23911
23912
# File 'lib/BuildingSync.rb', line 23910

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



23914
23915
23916
# File 'lib/BuildingSync.rb', line 23914

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



23918
23919
23920
# File 'lib/BuildingSync.rb', line 23918

def xmlattr_Source=(value)
  __xmlattr[AttrSource] = value
end