Class: BuildingSync::AllResourceTotalType::SiteEnergyUse

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

Constructor Details

#initialize(*arg) ⇒ SiteEnergyUse

Returns a new instance of SiteEnergyUse.



4189
4190
4191
4192
# File 'lib/BuildingSync.rb', line 4189

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

Instance Method Details

#__xmlattrObject



4177
4178
4179
# File 'lib/BuildingSync.rb', line 4177

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



4181
4182
4183
# File 'lib/BuildingSync.rb', line 4181

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



4185
4186
4187
# File 'lib/BuildingSync.rb', line 4185

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