Class: BuildingSync::AllResourceTotalType::EnergyCostIndex

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

Overview

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

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

Returns a new instance of EnergyCostIndex.



4429
4430
4431
4432
# File 'lib/BuildingSync.rb', line 4429

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

Instance Method Details

#__xmlattrObject



4417
4418
4419
# File 'lib/BuildingSync.rb', line 4417

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



4421
4422
4423
# File 'lib/BuildingSync.rb', line 4421

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



4425
4426
4427
# File 'lib/BuildingSync.rb', line 4425

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