Class: BuildingSync::Reflectance

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

Overview

http://www.gbxml.org/schemaReflectance

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

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ Reflectance

Returns a new instance of Reflectance.



31137
31138
31139
31140
# File 'lib/BuildingSync.rb', line 31137

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

Instance Method Details

#__xmlattrObject



31109
31110
31111
# File 'lib/BuildingSync.rb', line 31109

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_surfaceTypeObject



31129
31130
31131
# File 'lib/BuildingSync.rb', line 31129

def xmlattr_surfaceType
  __xmlattr[AttrSurfaceType]
end

#xmlattr_surfaceType=(value) ⇒ Object



31133
31134
31135
# File 'lib/BuildingSync.rb', line 31133

def xmlattr_surfaceType=(value)
  __xmlattr[AttrSurfaceType] = value
end

#xmlattr_typeObject



31121
31122
31123
# File 'lib/BuildingSync.rb', line 31121

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



31125
31126
31127
# File 'lib/BuildingSync.rb', line 31125

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

#xmlattr_unitObject



31113
31114
31115
# File 'lib/BuildingSync.rb', line 31113

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



31117
31118
31119
# File 'lib/BuildingSync.rb', line 31117

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