Class: BuildingSync::CondenserPlantType::GroundSource::WellCount
- Inherits:
-
String
- Object
- String
- BuildingSync::CondenserPlantType::GroundSource::WellCount
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: WellCount http://buildingsync.net/schemas/bedes-auc/2019WellCount
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) ⇒ WellCount
constructor
A new instance of WellCount.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ WellCount
8630 8631 8632 8633 |
# File 'lib/BuildingSync.rb', line 8630 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
8618 8619 8620 |
# File 'lib/BuildingSync.rb', line 8618 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
8622 8623 8624 |
# File 'lib/BuildingSync.rb', line 8622 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
8626 8627 8628 |
# File 'lib/BuildingSync.rb', line 8626 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |