Class: OpenStudio::Model::ThermalZone
- Inherits:
-
Object
- Object
- OpenStudio::Model::ThermalZone
- Defined in:
- lib/openstudio-standards/btap/attributes.rb
Instance Method Summary collapse
Instance Method Details
#<<(space) ⇒ Object
22 23 24 |
# File 'lib/openstudio-standards/btap/attributes.rb', line 22 def <<(space) @spaces_sorted << space end |
#getSpacesSorted ⇒ Object
18 19 20 |
# File 'lib/openstudio-standards/btap/attributes.rb', line 18 def getSpacesSorted return @spaces_sorted end |