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.



20463
20464
20465
20466
20467
20468
20469
20470
# File 'lib/BuildingSync.rb', line 20463

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.



20458
20459
20460
# File 'lib/BuildingSync.rb', line 20458

def building
  @building
end

#facilityObject

Returns the value of attribute facility.



20456
20457
20458
# File 'lib/BuildingSync.rb', line 20456

def facility
  @facility
end

#sectionObject

Returns the value of attribute section.



20459
20460
20461
# File 'lib/BuildingSync.rb', line 20459

def section
  @section
end

#siteObject

Returns the value of attribute site.



20457
20458
20459
# File 'lib/BuildingSync.rb', line 20457

def site
  @site
end

#spaceObject

Returns the value of attribute space.



20461
20462
20463
# File 'lib/BuildingSync.rb', line 20461

def space
  @space
end

#thermalZoneObject

Returns the value of attribute thermalZone.



20460
20461
20462
# File 'lib/BuildingSync.rb', line 20460

def thermalZone
  @thermalZone
end