Class: BuildingSync::ResetTemperature

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

http://www.gbxml.org/schemaResetTemperature

xmlattr_unit - SOAP::SOAPNMTOKEN
xmlattr_type - SOAP::SOAPNMTOKEN
xmlattr_resetSchedIdRef - SOAP::SOAPIDREF

Constant Summary collapse

AttrResetSchedIdRef =
XSD::QName.new(nil, "resetSchedIdRef")
AttrType =
XSD::QName.new(nil, "type")
AttrUnit =
XSD::QName.new(nil, "unit")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ ResetTemperature

Returns a new instance of ResetTemperature.



24865
24866
24867
24868
# File 'lib/BuildingSync.rb', line 24865

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

Instance Method Details

#__xmlattrObject



24837
24838
24839
# File 'lib/BuildingSync.rb', line 24837

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_resetSchedIdRefObject



24857
24858
24859
# File 'lib/BuildingSync.rb', line 24857

def xmlattr_resetSchedIdRef
  __xmlattr[AttrResetSchedIdRef]
end

#xmlattr_resetSchedIdRef=(value) ⇒ Object



24861
24862
24863
# File 'lib/BuildingSync.rb', line 24861

def xmlattr_resetSchedIdRef=(value)
  __xmlattr[AttrResetSchedIdRef] = value
end

#xmlattr_typeObject



24849
24850
24851
# File 'lib/BuildingSync.rb', line 24849

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



24853
24854
24855
# File 'lib/BuildingSync.rb', line 24853

def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end

#xmlattr_unitObject



24841
24842
24843
# File 'lib/BuildingSync.rb', line 24841

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



24845
24846
24847
# File 'lib/BuildingSync.rb', line 24845

def xmlattr_unit=(value)
  __xmlattr[AttrUnit] = value
end