Class: BuildingSync::PoolType::PumpDutyCycle
- Inherits:
-
String
- Object
- String
- BuildingSync::PoolType::PumpDutyCycle
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: PumpDutyCycle http://buildingsync.net/schemas/bedes-auc/2019PumpDutyCycle
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) ⇒ PumpDutyCycle
constructor
A new instance of PumpDutyCycle.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ PumpDutyCycle
Returns a new instance of PumpDutyCycle.
16018 16019 16020 16021 |
# File 'lib/BuildingSync.rb', line 16018 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
16006 16007 16008 |
# File 'lib/BuildingSync.rb', line 16006 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
16010 16011 16012 |
# File 'lib/BuildingSync.rb', line 16010 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
16014 16015 16016 |
# File 'lib/BuildingSync.rb', line 16014 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |