Class: BuildingSync::HeatPumpDefrostControl
- Inherits:
-
String
- Object
- String
- BuildingSync::HeatPumpDefrostControl
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaHeatPumpDefrostControl
xmlattr_defrostControlType - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrDefrostControlType =
XSD::QName.new(nil, "defrostControlType")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ HeatPumpDefrostControl
constructor
A new instance of HeatPumpDefrostControl.
- #xmlattr_defrostControlType ⇒ Object
- #xmlattr_defrostControlType=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ HeatPumpDefrostControl
Returns a new instance of HeatPumpDefrostControl.
28517 28518 28519 28520 |
# File 'lib/BuildingSync.rb', line 28517 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
28505 28506 28507 |
# File 'lib/BuildingSync.rb', line 28505 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_defrostControlType ⇒ Object
28509 28510 28511 |
# File 'lib/BuildingSync.rb', line 28509 def xmlattr_defrostControlType __xmlattr[AttrDefrostControlType] end |
#xmlattr_defrostControlType=(value) ⇒ Object
28513 28514 28515 |
# File 'lib/BuildingSync.rb', line 28513 def xmlattr_defrostControlType=(value) __xmlattr[AttrDefrostControlType] = value end |