Class: BuildingSync::LinkedPremisesOrSystem
- Inherits:
-
Object
- Object
- BuildingSync::LinkedPremisesOrSystem
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LinkedPremisesOrSystem
facility - BuildingSync::LinkedPremisesOrSystem::Facility
site - BuildingSync::LinkedPremisesOrSystem::Site
building - BuildingSync::LinkedPremisesOrSystem::Building
section - BuildingSync::LinkedPremisesOrSystem::Section
thermalZone - BuildingSync::LinkedPremisesOrSystem::ThermalZone
space - BuildingSync::LinkedPremisesOrSystem::Space
system - BuildingSync::LinkedPremisesOrSystem::System
Defined Under Namespace
Classes: Building, Facility, Section, Site, Space, System, ThermalZone
Instance Attribute Summary collapse
-
#building ⇒ Object
Returns the value of attribute building.
-
#facility ⇒ Object
Returns the value of attribute facility.
-
#section ⇒ Object
Returns the value of attribute section.
-
#site ⇒ Object
Returns the value of attribute site.
-
#space ⇒ Object
Returns the value of attribute space.
-
#system ⇒ Object
Returns the value of attribute system.
-
#thermalZone ⇒ Object
Returns the value of attribute thermalZone.
Instance Method Summary collapse
-
#initialize(facility = nil, site = nil, building = nil, section = nil, thermalZone = nil, space = nil, system = nil) ⇒ LinkedPremisesOrSystem
constructor
A new instance of LinkedPremisesOrSystem.
Constructor Details
#initialize(facility = nil, site = nil, building = nil, section = nil, thermalZone = nil, space = nil, system = nil) ⇒ LinkedPremisesOrSystem
Returns a new instance of LinkedPremisesOrSystem.
20748 20749 20750 20751 20752 20753 20754 20755 20756 |
# File 'lib/BuildingSync.rb', line 20748 def initialize(facility = nil, site = nil, building = nil, section = nil, thermalZone = nil, space = nil, system = nil) @facility = facility @site = site @building = building @section = section @thermalZone = thermalZone @space = space @system = system end |
Instance Attribute Details
#building ⇒ Object
Returns the value of attribute building.
20742 20743 20744 |
# File 'lib/BuildingSync.rb', line 20742 def building @building end |
#facility ⇒ Object
Returns the value of attribute facility.
20740 20741 20742 |
# File 'lib/BuildingSync.rb', line 20740 def facility @facility end |
#section ⇒ Object
Returns the value of attribute section.
20743 20744 20745 |
# File 'lib/BuildingSync.rb', line 20743 def section @section end |
#site ⇒ Object
Returns the value of attribute site.
20741 20742 20743 |
# File 'lib/BuildingSync.rb', line 20741 def site @site end |
#space ⇒ Object
Returns the value of attribute space.
20745 20746 20747 |
# File 'lib/BuildingSync.rb', line 20745 def space @space end |
#system ⇒ Object
Returns the value of attribute system.
20746 20747 20748 |
# File 'lib/BuildingSync.rb', line 20746 def system @system end |
#thermalZone ⇒ Object
Returns the value of attribute thermalZone.
20744 20745 20746 |
# File 'lib/BuildingSync.rb', line 20744 def thermalZone @thermalZone end |