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.



4294
4295
4296
4297
# File 'lib/BuildingSync.rb', line 4294

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

Instance Method Details

#__xmlattrObject



4282
4283
4284
# File 'lib/BuildingSync.rb', line 4282

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



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