Class: BuildingSync::DomesticHotWaterSystemType::DomesticHotWaterType::StorageTank::TankVolume
- Inherits:
-
String
- Object
- String
- BuildingSync::DomesticHotWaterSystemType::DomesticHotWaterType::StorageTank::TankVolume
- 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
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ TankVolume
constructor
A new instance of TankVolume.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
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
#__xmlattr ⇒ Object
10058 10059 10060 |
# File 'lib/BuildingSync.rb', line 10058 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
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 |