Class: VA3C::UserData
- Defined in:
- lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb
Instance Attribute Summary collapse
-
#boundaryMaterialName ⇒ Object
Returns the value of attribute boundaryMaterialName.
-
#buildingStoryMaterialName ⇒ Object
Returns the value of attribute buildingStoryMaterialName.
-
#buildingStoryName ⇒ Object
Returns the value of attribute buildingStoryName.
-
#coincidentWithOutsideObject ⇒ Object
Returns the value of attribute coincidentWithOutsideObject.
-
#constructionMaterialName ⇒ Object
Returns the value of attribute constructionMaterialName.
-
#constructionName ⇒ Object
Returns the value of attribute constructionName.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#name ⇒ Object
Returns the value of attribute name.
-
#outsideBoundaryCondition ⇒ Object
Returns the value of attribute outsideBoundaryCondition.
-
#outsideBoundaryConditionObjectHandle ⇒ Object
Returns the value of attribute outsideBoundaryConditionObjectHandle.
-
#outsideBoundaryConditionObjectName ⇒ Object
Returns the value of attribute outsideBoundaryConditionObjectName.
-
#spaceName ⇒ Object
Returns the value of attribute spaceName.
-
#spaceTypeMaterialName ⇒ Object
Returns the value of attribute spaceTypeMaterialName.
-
#spaceTypeName ⇒ Object
Returns the value of attribute spaceTypeName.
-
#sunExposure ⇒ Object
Returns the value of attribute sunExposure.
-
#surfaceType ⇒ Object
Returns the value of attribute surfaceType.
-
#surfaceTypeMaterialName ⇒ Object
Returns the value of attribute surfaceTypeMaterialName.
-
#thermalZoneMaterialName ⇒ Object
Returns the value of attribute thermalZoneMaterialName.
-
#thermalZoneName ⇒ Object
Returns the value of attribute thermalZoneName.
-
#windExposure ⇒ Object
Returns the value of attribute windExposure.
Instance Method Summary collapse
-
#initialize ⇒ UserData
constructor
A new instance of UserData.
Methods inherited from Struct
Constructor Details
#initialize ⇒ UserData
Returns a new instance of UserData.
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
# File 'lib/measures/view_data/resources/va3c.rb', line 43 def initialize(*) super self.surfaceTypeMaterialName = 'Undefined' if surfaceTypeMaterialName.nil? self.boundaryMaterialName = 'Undefined' if boundaryMaterialName.nil? self.constructionMaterialName = 'Undefined' if constructionMaterialName.nil? self.thermalZoneMaterialName = 'Undefined' if thermalZoneMaterialName.nil? self.spaceTypeMaterialName = 'Undefined' if spaceTypeMaterialName.nil? self.buildingStoryMaterialName = 'Undefined' if buildingStoryMaterialName.nil? self.constructionName = '' if constructionName.nil? self.spaceName = '' if spaceName.nil? self.thermalZoneName = '' if thermalZoneName.nil? self.spaceTypeName = '' if spaceTypeName.nil? self.buildingStoryName = '' if buildingStoryName.nil? self.outsideBoundaryCondition = '' if outsideBoundaryCondition.nil? self.outsideBoundaryConditionObjectName = '' if outsideBoundaryConditionObjectName.nil? end |
Instance Attribute Details
#boundaryMaterialName ⇒ Object
Returns the value of attribute boundaryMaterialName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def boundaryMaterialName @boundaryMaterialName end |
#buildingStoryMaterialName ⇒ Object
Returns the value of attribute buildingStoryMaterialName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def buildingStoryMaterialName @buildingStoryMaterialName end |
#buildingStoryName ⇒ Object
Returns the value of attribute buildingStoryName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def buildingStoryName @buildingStoryName end |
#coincidentWithOutsideObject ⇒ Object
Returns the value of attribute coincidentWithOutsideObject
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def coincidentWithOutsideObject @coincidentWithOutsideObject end |
#constructionMaterialName ⇒ Object
Returns the value of attribute constructionMaterialName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def constructionMaterialName @constructionMaterialName end |
#constructionName ⇒ Object
Returns the value of attribute constructionName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def constructionName @constructionName end |
#handle ⇒ Object
Returns the value of attribute handle
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def handle @handle end |
#name ⇒ Object
Returns the value of attribute name
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def name @name end |
#outsideBoundaryCondition ⇒ Object
Returns the value of attribute outsideBoundaryCondition
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def outsideBoundaryCondition @outsideBoundaryCondition end |
#outsideBoundaryConditionObjectHandle ⇒ Object
Returns the value of attribute outsideBoundaryConditionObjectHandle
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def outsideBoundaryConditionObjectHandle @outsideBoundaryConditionObjectHandle end |
#outsideBoundaryConditionObjectName ⇒ Object
Returns the value of attribute outsideBoundaryConditionObjectName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def outsideBoundaryConditionObjectName @outsideBoundaryConditionObjectName end |
#spaceName ⇒ Object
Returns the value of attribute spaceName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def spaceName @spaceName end |
#spaceTypeMaterialName ⇒ Object
Returns the value of attribute spaceTypeMaterialName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def spaceTypeMaterialName @spaceTypeMaterialName end |
#spaceTypeName ⇒ Object
Returns the value of attribute spaceTypeName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def spaceTypeName @spaceTypeName end |
#sunExposure ⇒ Object
Returns the value of attribute sunExposure
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def sunExposure @sunExposure end |
#surfaceType ⇒ Object
Returns the value of attribute surfaceType
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def surfaceType @surfaceType end |
#surfaceTypeMaterialName ⇒ Object
Returns the value of attribute surfaceTypeMaterialName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def surfaceTypeMaterialName @surfaceTypeMaterialName end |
#thermalZoneMaterialName ⇒ Object
Returns the value of attribute thermalZoneMaterialName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def thermalZoneMaterialName @thermalZoneMaterialName end |
#thermalZoneName ⇒ Object
Returns the value of attribute thermalZoneName
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def thermalZoneName @thermalZoneName end |
#windExposure ⇒ Object
Returns the value of attribute windExposure
37 38 39 |
# File 'lib/measures/view_data/resources/va3c.rb', line 37 def windExposure @windExposure end |