Class: BuildingSync::Gap
- Inherits:
-
Object
- Object
- BuildingSync::Gap
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaGap
name - SOAP::SOAPString
description - SOAP::SOAPString
thickness - BuildingSync::Thickness
density - BuildingSync::Density
densityFofT - BuildingSync::DensityFofT
conductivity - BuildingSync::Conductivity
conductivityFofT - BuildingSync::ConductivityFofT
viscosity - BuildingSync::Viscosity
viscosityFofT - BuildingSync::ViscosityFofT
prandtlNumber - SOAP::SOAPDecimal
prandtlNumberFofT - BuildingSync::PrandtlNumberFofT
xmlattr_id - SOAP::SOAPID
xmlattr_gas - SOAP::SOAPNMTOKEN
xmlattr_DOELibIdRef - SOAP::SOAPString
Constant Summary collapse
- AttrDOELibIdRef =
XSD::QName.new(nil, "DOELibIdRef")
- AttrGas =
XSD::QName.new(nil, "gas")
- AttrId =
XSD::QName.new(nil, "id")
Instance Attribute Summary collapse
-
#conductivity ⇒ Object
Returns the value of attribute conductivity.
-
#conductivityFofT ⇒ Object
Returns the value of attribute conductivityFofT.
-
#density ⇒ Object
Returns the value of attribute density.
-
#densityFofT ⇒ Object
Returns the value of attribute densityFofT.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#prandtlNumber ⇒ Object
Returns the value of attribute prandtlNumber.
-
#prandtlNumberFofT ⇒ Object
Returns the value of attribute prandtlNumberFofT.
-
#thickness ⇒ Object
Returns the value of attribute thickness.
-
#viscosity ⇒ Object
Returns the value of attribute viscosity.
-
#viscosityFofT ⇒ Object
Returns the value of attribute viscosityFofT.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(name = [], description = [], thickness = [], density = [], densityFofT = [], conductivity = [], conductivityFofT = [], viscosity = [], viscosityFofT = [], prandtlNumber = [], prandtlNumberFofT = []) ⇒ Gap
constructor
A new instance of Gap.
- #xmlattr_DOELibIdRef ⇒ Object
- #xmlattr_DOELibIdRef=(value) ⇒ Object
- #xmlattr_gas ⇒ Object
- #xmlattr_gas=(value) ⇒ Object
- #xmlattr_id ⇒ Object
- #xmlattr_id=(value) ⇒ Object
Constructor Details
#initialize(name = [], description = [], thickness = [], density = [], densityFofT = [], conductivity = [], conductivityFofT = [], viscosity = [], viscosityFofT = [], prandtlNumber = [], prandtlNumberFofT = []) ⇒ Gap
Returns a new instance of Gap.
28243 28244 28245 28246 28247 28248 28249 28250 28251 28252 28253 28254 28255 28256 |
# File 'lib/BuildingSync.rb', line 28243 def initialize(name = [], description = [], thickness = [], density = [], densityFofT = [], conductivity = [], conductivityFofT = [], viscosity = [], viscosityFofT = [], prandtlNumber = [], prandtlNumberFofT = []) @name = name @description = description @thickness = thickness @density = density @densityFofT = densityFofT @conductivity = conductivity @conductivityFofT = conductivityFofT @viscosity = viscosity @viscosityFofT = viscosityFofT @prandtlNumber = prandtlNumber @prandtlNumberFofT = prandtlNumberFofT @__xmlattr = {} end |
Instance Attribute Details
#conductivity ⇒ Object
Returns the value of attribute conductivity.
28208 28209 28210 |
# File 'lib/BuildingSync.rb', line 28208 def conductivity @conductivity end |
#conductivityFofT ⇒ Object
Returns the value of attribute conductivityFofT.
28209 28210 28211 |
# File 'lib/BuildingSync.rb', line 28209 def conductivityFofT @conductivityFofT end |
#density ⇒ Object
Returns the value of attribute density.
28206 28207 28208 |
# File 'lib/BuildingSync.rb', line 28206 def density @density end |
#densityFofT ⇒ Object
Returns the value of attribute densityFofT.
28207 28208 28209 |
# File 'lib/BuildingSync.rb', line 28207 def densityFofT @densityFofT end |
#description ⇒ Object
Returns the value of attribute description.
28204 28205 28206 |
# File 'lib/BuildingSync.rb', line 28204 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
28203 28204 28205 |
# File 'lib/BuildingSync.rb', line 28203 def name @name end |
#prandtlNumber ⇒ Object
Returns the value of attribute prandtlNumber.
28212 28213 28214 |
# File 'lib/BuildingSync.rb', line 28212 def prandtlNumber @prandtlNumber end |
#prandtlNumberFofT ⇒ Object
Returns the value of attribute prandtlNumberFofT.
28213 28214 28215 |
# File 'lib/BuildingSync.rb', line 28213 def prandtlNumberFofT @prandtlNumberFofT end |
#thickness ⇒ Object
Returns the value of attribute thickness.
28205 28206 28207 |
# File 'lib/BuildingSync.rb', line 28205 def thickness @thickness end |
#viscosity ⇒ Object
Returns the value of attribute viscosity.
28210 28211 28212 |
# File 'lib/BuildingSync.rb', line 28210 def viscosity @viscosity end |
#viscosityFofT ⇒ Object
Returns the value of attribute viscosityFofT.
28211 28212 28213 |
# File 'lib/BuildingSync.rb', line 28211 def viscosityFofT @viscosityFofT end |
Instance Method Details
#__xmlattr ⇒ Object
28215 28216 28217 |
# File 'lib/BuildingSync.rb', line 28215 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_DOELibIdRef ⇒ Object
28235 28236 28237 |
# File 'lib/BuildingSync.rb', line 28235 def xmlattr_DOELibIdRef __xmlattr[AttrDOELibIdRef] end |
#xmlattr_DOELibIdRef=(value) ⇒ Object
28239 28240 28241 |
# File 'lib/BuildingSync.rb', line 28239 def xmlattr_DOELibIdRef=(value) __xmlattr[AttrDOELibIdRef] = value end |
#xmlattr_gas ⇒ Object
28227 28228 28229 |
# File 'lib/BuildingSync.rb', line 28227 def xmlattr_gas __xmlattr[AttrGas] end |
#xmlattr_gas=(value) ⇒ Object
28231 28232 28233 |
# File 'lib/BuildingSync.rb', line 28231 def xmlattr_gas=(value) __xmlattr[AttrGas] = value end |
#xmlattr_id ⇒ Object
28219 28220 28221 |
# File 'lib/BuildingSync.rb', line 28219 def xmlattr_id __xmlattr[AttrId] end |
#xmlattr_id=(value) ⇒ Object
28223 28224 28225 |
# File 'lib/BuildingSync.rb', line 28223 def xmlattr_id=(value) __xmlattr[AttrId] = value end |