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.



20526
20527
20528
20529
20530
20531
20532
20533
20534
# File 'lib/BuildingSync.rb', line 20526

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.



20520
20521
20522
# File 'lib/BuildingSync.rb', line 20520

def building
  @building
end

#facilityObject

Returns the value of attribute facility.



20518
20519
20520
# File 'lib/BuildingSync.rb', line 20518

def facility
  @facility
end

#sectionObject

Returns the value of attribute section.



20521
20522
20523
# File 'lib/BuildingSync.rb', line 20521

def section
  @section
end

#siteObject

Returns the value of attribute site.



20519
20520
20521
# File 'lib/BuildingSync.rb', line 20519

def site
  @site
end

#spaceObject

Returns the value of attribute space.



20523
20524
20525
# File 'lib/BuildingSync.rb', line 20523

def space
  @space
end

#systemObject

Returns the value of attribute system.



20524
20525
20526
# File 'lib/BuildingSync.rb', line 20524

def system
  @system
end

#thermalZoneObject

Returns the value of attribute thermalZone.



20522
20523
20524
# File 'lib/BuildingSync.rb', line 20522

def thermalZone
  @thermalZone
end