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.



31662
31663
31664
31665
# File 'lib/BuildingSync.rb', line 31662

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

Instance Method Details

#__xmlattrObject



31634
31635
31636
# File 'lib/BuildingSync.rb', line 31634

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_surfaceTypeObject



31654
31655
31656
# File 'lib/BuildingSync.rb', line 31654

def xmlattr_surfaceType
  __xmlattr[AttrSurfaceType]
end

#xmlattr_surfaceType=(value) ⇒ Object



31658
31659
31660
# File 'lib/BuildingSync.rb', line 31658

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

#xmlattr_typeObject



31646
31647
31648
# File 'lib/BuildingSync.rb', line 31646

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



31650
31651
31652
# File 'lib/BuildingSync.rb', line 31650

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

#xmlattr_unitObject



31638
31639
31640
# File 'lib/BuildingSync.rb', line 31638

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



31642
31643
31644
# File 'lib/BuildingSync.rb', line 31642

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