Class: BuildingSync::HeatPumpDefrostControl

Inherits:
String
  • Object
show all
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

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

#__xmlattrObject



28505
28506
28507
# File 'lib/BuildingSync.rb', line 28505

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_defrostControlTypeObject



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