Class: BuildingSync::WindSpeed

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

Overview

http://www.gbxml.org/schemaWindSpeed

xmlattr_unit - SOAP::SOAPNMTOKEN
xmlattr_type - SOAP::SOAPNMTOKEN

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ WindSpeed

Returns a new instance of WindSpeed.



33168
33169
33170
33171
# File 'lib/BuildingSync.rb', line 33168

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

Instance Method Details

#__xmlattrObject



33148
33149
33150
# File 'lib/BuildingSync.rb', line 33148

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



33160
33161
33162
# File 'lib/BuildingSync.rb', line 33160

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



33164
33165
33166
# File 'lib/BuildingSync.rb', line 33164

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

#xmlattr_unitObject



33152
33153
33154
# File 'lib/BuildingSync.rb', line 33152

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



33156
33157
33158
# File 'lib/BuildingSync.rb', line 33156

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