Class: BTAP::Compliance::NECB2011::SpacezoningData
- Inherits:
-
Struct
- Object
- Struct
- BTAP::Compliance::NECB2011::SpacezoningData
- Defined in:
- lib/openstudio-standards/btap/compliance.rb
Overview
Create a data struct for the space to system to placement information.
Instance Attribute Summary collapse
-
#horizontal_placement ⇒ Object
Returns the value of attribute horizontal_placement.
-
#people_obj ⇒ Object
Returns the value of attribute people_obj.
-
#space ⇒ Object
Returns the value of attribute space.
-
#story ⇒ Object
Returns the value of attribute story.
-
#system_number ⇒ Object
Returns the value of attribute system_number.
-
#vertical_placment ⇒ Object
Returns the value of attribute vertical_placment.
Instance Attribute Details
#horizontal_placement ⇒ Object
Returns the value of attribute horizontal_placement
1310 1311 1312 |
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310 def horizontal_placement @horizontal_placement end |
#people_obj ⇒ Object
Returns the value of attribute people_obj
1310 1311 1312 |
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310 def people_obj @people_obj end |
#space ⇒ Object
Returns the value of attribute space
1310 1311 1312 |
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310 def space @space end |
#story ⇒ Object
Returns the value of attribute story
1310 1311 1312 |
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310 def story @story end |
#system_number ⇒ Object
Returns the value of attribute system_number
1310 1311 1312 |
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310 def system_number @system_number end |
#vertical_placment ⇒ Object
Returns the value of attribute vertical_placment
1310 1311 1312 |
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310 def vertical_placment @vertical_placment end |