Class: BuildingSync::LifeCycleSavingsWater

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

Overview

http://buildingsync.net/schemas/bedes-auc/2019LifeCycleSavingsWater

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

Returns a new instance of LifeCycleSavingsWater.



22581
22582
22583
22584
# File 'lib/BuildingSync.rb', line 22581

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

Instance Method Details

#__xmlattrObject



22569
22570
22571
# File 'lib/BuildingSync.rb', line 22569

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



22573
22574
22575
# File 'lib/BuildingSync.rb', line 22573

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



22577
22578
22579
# File 'lib/BuildingSync.rb', line 22577

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