Class: OpenStudio::Model::ThermalZone

Inherits:
Object
  • Object
show all
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

#getSpacesSortedObject



18
19
20
# File 'lib/openstudio-standards/btap/attributes.rb', line 18

def getSpacesSorted
  return @spaces_sorted
end