Class: BuildingSync::LinkedPremises

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

Instance Method Summary collapse

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

#buildingObject

Returns the value of attribute building.



20680
20681
20682
# File 'lib/BuildingSync.rb', line 20680

def building
  @building
end

#facilityObject

Returns the value of attribute facility.



20678
20679
20680
# File 'lib/BuildingSync.rb', line 20678

def facility
  @facility
end

#sectionObject

Returns the value of attribute section.



20681
20682
20683
# File 'lib/BuildingSync.rb', line 20681

def section
  @section
end

#siteObject

Returns the value of attribute site.



20679
20680
20681
# File 'lib/BuildingSync.rb', line 20679

def site
  @site
end

#spaceObject

Returns the value of attribute space.



20683
20684
20685
# File 'lib/BuildingSync.rb', line 20683

def space
  @space
end

#thermalZoneObject

Returns the value of attribute thermalZone.



20682
20683
20684
# File 'lib/BuildingSync.rb', line 20682

def thermalZone
  @thermalZone
end