Class: BuildingSync::Absorptance

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

Overview

http://www.gbxml.org/schemaAbsorptance

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

Returns a new instance of Absorptance.



24395
24396
24397
24398
# File 'lib/BuildingSync.rb', line 24395

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

Instance Method Details

#__xmlattrObject



24375
24376
24377
# File 'lib/BuildingSync.rb', line 24375

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



24387
24388
24389
# File 'lib/BuildingSync.rb', line 24387

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



24391
24392
24393
# File 'lib/BuildingSync.rb', line 24391

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

#xmlattr_unitObject



24379
24380
24381
# File 'lib/BuildingSync.rb', line 24379

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



24383
24384
24385
# File 'lib/BuildingSync.rb', line 24383

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