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.



32756
32757
32758
32759
# File 'lib/BuildingSync.rb', line 32756

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

Instance Method Details

#__xmlattrObject



32736
32737
32738
# File 'lib/BuildingSync.rb', line 32736

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_tempTypeObject



32748
32749
32750
# File 'lib/BuildingSync.rb', line 32748

def xmlattr_tempType
  __xmlattr[AttrTempType]
end

#xmlattr_tempType=(value) ⇒ Object



32752
32753
32754
# File 'lib/BuildingSync.rb', line 32752

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

#xmlattr_unitObject



32740
32741
32742
# File 'lib/BuildingSync.rb', line 32740

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



32744
32745
32746
# File 'lib/BuildingSync.rb', line 32744

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