Class: BuildingSync::AllResourceTotalType::SourceEnergyUse

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: SourceEnergyUse http://buildingsync.net/schemas/bedes-auc/2019SourceEnergyUse

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) ⇒ SourceEnergyUse

Returns a new instance of SourceEnergyUse.



4237
4238
4239
4240
# File 'lib/BuildingSync.rb', line 4237

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

Instance Method Details

#__xmlattrObject



4225
4226
4227
# File 'lib/BuildingSync.rb', line 4225

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



4229
4230
4231
# File 'lib/BuildingSync.rb', line 4229

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



4233
4234
4235
# File 'lib/BuildingSync.rb', line 4233

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