Class: BuildingSync::LinkedPremises
- Inherits:
-
Object
- Object
- BuildingSync::LinkedPremises
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LinkedPremises
facility - BuildingSync::LinkedPremises::Facility
site - BuildingSync::LinkedPremises::Site
building - BuildingSync::LinkedPremises::Building
section - BuildingSync::LinkedPremises::Section
thermalZone - BuildingSync::LinkedPremises::ThermalZone
space - BuildingSync::LinkedPremises::Space
Defined Under Namespace
Classes: Building, Facility, Section, Site, Space, 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.
-
#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) ⇒ LinkedPremises
constructor
A new instance of LinkedPremises.
Constructor Details
#initialize(facility = nil, site = nil, building = nil, section = nil, thermalZone = nil, space = nil) ⇒ LinkedPremises
Returns a new instance of LinkedPremises.
20685 20686 20687 20688 20689 20690 20691 20692 |
# File 'lib/BuildingSync.rb', line 20685 def initialize(facility = nil, site = nil, building = nil, section = nil, thermalZone = nil, space = nil) @facility = facility @site = site @building = building @section = section @thermalZone = thermalZone @space = space end |
Instance Attribute Details
#building ⇒ Object
Returns the value of attribute building.
20680 20681 20682 |
# File 'lib/BuildingSync.rb', line 20680 def building @building end |
#facility ⇒ Object
Returns the value of attribute facility.
20678 20679 20680 |
# File 'lib/BuildingSync.rb', line 20678 def facility @facility end |
#section ⇒ Object
Returns the value of attribute section.
20681 20682 20683 |
# File 'lib/BuildingSync.rb', line 20681 def section @section end |
#site ⇒ Object
Returns the value of attribute site.
20679 20680 20681 |
# File 'lib/BuildingSync.rb', line 20679 def site @site end |
#space ⇒ Object
Returns the value of attribute space.
20683 20684 20685 |
# File 'lib/BuildingSync.rb', line 20683 def space @space end |
#thermalZone ⇒ Object
Returns the value of attribute thermalZone.
20682 20683 20684 |
# File 'lib/BuildingSync.rb', line 20682 def thermalZone @thermalZone end |