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.



24920
24921
24922
24923
# File 'lib/BuildingSync.rb', line 24920

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

Instance Method Details

#__xmlattrObject



24900
24901
24902
# File 'lib/BuildingSync.rb', line 24900

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



24912
24913
24914
# File 'lib/BuildingSync.rb', line 24912

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



24916
24917
24918
# File 'lib/BuildingSync.rb', line 24916

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

#xmlattr_unitObject



24904
24905
24906
# File 'lib/BuildingSync.rb', line 24904

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



24908
24909
24910
# File 'lib/BuildingSync.rb', line 24908

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