Class: BuildingSync::DomesticHotWaterSystemType::DomesticHotWaterType::StorageTank::TankVolume

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

Overview

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

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

Returns a new instance of TankVolume.



10070
10071
10072
10073
# File 'lib/BuildingSync.rb', line 10070

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

Instance Method Details

#__xmlattrObject



10058
10059
10060
# File 'lib/BuildingSync.rb', line 10058

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



10062
10063
10064
# File 'lib/BuildingSync.rb', line 10062

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



10066
10067
10068
# File 'lib/BuildingSync.rb', line 10066

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