Class: BuildingSync::PoolType::PoolVolume
- Inherits:
-
String
- Object
- String
- BuildingSync::PoolType::PoolVolume
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: PoolVolume http://buildingsync.net/schemas/bedes-auc/2019PoolVolume
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) ⇒ PoolVolume
constructor
A new instance of PoolVolume.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ PoolVolume
Returns a new instance of PoolVolume.
15994 15995 15996 15997 |
# File 'lib/BuildingSync.rb', line 15994 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
15982 15983 15984 |
# File 'lib/BuildingSync.rb', line 15982 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
15986 15987 15988 |
# File 'lib/BuildingSync.rb', line 15986 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
15990 15991 15992 |
# File 'lib/BuildingSync.rb', line 15990 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |