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.



27992
27993
27994
27995
# File 'lib/BuildingSync.rb', line 27992

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



27980
27981
27982
# File 'lib/BuildingSync.rb', line 27980

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_defrostControlTypeObject



27984
27985
27986
# File 'lib/BuildingSync.rb', line 27984

def xmlattr_defrostControlType
  __xmlattr[AttrDefrostControlType]
end

#xmlattr_defrostControlType=(value) ⇒ Object



27988
27989
27990
# File 'lib/BuildingSync.rb', line 27988

def xmlattr_defrostControlType=(value)
  __xmlattr[AttrDefrostControlType] = value
end