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.



25390
25391
25392
25393
# File 'lib/BuildingSync.rb', line 25390

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

Instance Method Details

#__xmlattrObject



25362
25363
25364
# File 'lib/BuildingSync.rb', line 25362

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_resetSchedIdRefObject



25382
25383
25384
# File 'lib/BuildingSync.rb', line 25382

def xmlattr_resetSchedIdRef
  __xmlattr[AttrResetSchedIdRef]
end

#xmlattr_resetSchedIdRef=(value) ⇒ Object



25386
25387
25388
# File 'lib/BuildingSync.rb', line 25386

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

#xmlattr_typeObject



25374
25375
25376
# File 'lib/BuildingSync.rb', line 25374

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



25378
25379
25380
# File 'lib/BuildingSync.rb', line 25378

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

#xmlattr_unitObject



25366
25367
25368
# File 'lib/BuildingSync.rb', line 25366

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



25370
25371
25372
# File 'lib/BuildingSync.rb', line 25370

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