Class: BuildingSync::LinkedPremisesOrSystem

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

Instance Method Summary collapse

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

#buildingObject

Returns the value of attribute building.



20742
20743
20744
# File 'lib/BuildingSync.rb', line 20742

def building
  @building
end

#facilityObject

Returns the value of attribute facility.



20740
20741
20742
# File 'lib/BuildingSync.rb', line 20740

def facility
  @facility
end

#sectionObject

Returns the value of attribute section.



20743
20744
20745
# File 'lib/BuildingSync.rb', line 20743

def section
  @section
end

#siteObject

Returns the value of attribute site.



20741
20742
20743
# File 'lib/BuildingSync.rb', line 20741

def site
  @site
end

#spaceObject

Returns the value of attribute space.



20745
20746
20747
# File 'lib/BuildingSync.rb', line 20745

def space
  @space
end

#systemObject

Returns the value of attribute system.



20746
20747
20748
# File 'lib/BuildingSync.rb', line 20746

def system
  @system
end

#thermalZoneObject

Returns the value of attribute thermalZone.



20744
20745
20746
# File 'lib/BuildingSync.rb', line 20744

def thermalZone
  @thermalZone
end