Class: BuildingSync::Transmittance

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

Overview

http://www.gbxml.org/schemaTransmittance

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) ⇒ Transmittance

Returns a new instance of Transmittance.



32372
32373
32374
32375
# File 'lib/BuildingSync.rb', line 32372

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

Instance Method Details

#__xmlattrObject



32344
32345
32346
# File 'lib/BuildingSync.rb', line 32344

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_surfaceTypeObject



32364
32365
32366
# File 'lib/BuildingSync.rb', line 32364

def xmlattr_surfaceType
  __xmlattr[AttrSurfaceType]
end

#xmlattr_surfaceType=(value) ⇒ Object



32368
32369
32370
# File 'lib/BuildingSync.rb', line 32368

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

#xmlattr_typeObject



32356
32357
32358
# File 'lib/BuildingSync.rb', line 32356

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



32360
32361
32362
# File 'lib/BuildingSync.rb', line 32360

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

#xmlattr_unitObject



32348
32349
32350
# File 'lib/BuildingSync.rb', line 32348

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



32352
32353
32354
# File 'lib/BuildingSync.rb', line 32352

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