Class: BuildingSync::Temp

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

Overview

http://www.gbxml.org/schemaTemp

xmlattr_unit - SOAP::SOAPNMTOKEN
xmlattr_tempType - SOAP::SOAPNMTOKEN

Constant Summary collapse

AttrTempType =
XSD::QName.new(nil, "tempType")
AttrUnit =
XSD::QName.new(nil, "unit")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ Temp

Returns a new instance of Temp.



32231
32232
32233
32234
# File 'lib/BuildingSync.rb', line 32231

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

Instance Method Details

#__xmlattrObject



32211
32212
32213
# File 'lib/BuildingSync.rb', line 32211

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_tempTypeObject



32223
32224
32225
# File 'lib/BuildingSync.rb', line 32223

def xmlattr_tempType
  __xmlattr[AttrTempType]
end

#xmlattr_tempType=(value) ⇒ Object



32227
32228
32229
# File 'lib/BuildingSync.rb', line 32227

def xmlattr_tempType=(value)
  __xmlattr[AttrTempType] = value
end

#xmlattr_unitObject



32215
32216
32217
# File 'lib/BuildingSync.rb', line 32215

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



32219
32220
32221
# File 'lib/BuildingSync.rb', line 32219

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