Class: BTAP::Compliance::NECB2011::SpacezoningData

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

Instance Attribute Details

#horizontal_placementObject

Returns the value of attribute horizontal_placement

Returns:

  • (Object)

    the current value of horizontal_placement



1310
1311
1312
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310

def horizontal_placement
  @horizontal_placement
end

#people_objObject

Returns the value of attribute people_obj

Returns:

  • (Object)

    the current value of people_obj



1310
1311
1312
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310

def people_obj
  @people_obj
end

#spaceObject

Returns the value of attribute space

Returns:

  • (Object)

    the current value of space



1310
1311
1312
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310

def space
  @space
end

#storyObject

Returns the value of attribute story

Returns:

  • (Object)

    the current value of story



1310
1311
1312
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310

def story
  @story
end

#system_numberObject

Returns the value of attribute system_number

Returns:

  • (Object)

    the current value of system_number



1310
1311
1312
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310

def system_number
  @system_number
end

#vertical_placmentObject

Returns the value of attribute vertical_placment

Returns:

  • (Object)

    the current value of vertical_placment



1310
1311
1312
# File 'lib/openstudio-standards/btap/compliance.rb', line 1310

def vertical_placment
  @vertical_placment
end