Class: BuildingSync::BuildingType

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

http://buildingsync.net/schemas/bedes-auc/2019BuildingType

premisesName - SOAP::SOAPString
premisesNotes - SOAP::SOAPString
premisesIdentifiers - BuildingSync::PremisesIdentifiers
address - BuildingSync::Address
climateZoneType - BuildingSync::ClimateZoneType
eGRIDRegionCode - SOAP::SOAPString
eGRIDSubregionCodes - BuildingSync::EGRIDSubregionCodes
weatherDataStationID - BuildingSync::WeatherDataStationID
weatherStationName - BuildingSync::WeatherStationName
weatherStationCategory - SOAP::SOAPString
weatherStations - BuildingSync::WeatherStations
longitude - BuildingSync::Longitude
latitude - BuildingSync::Latitude
buildingClassification - SOAP::SOAPString
occupancyClassification - BuildingSync::OccupancyClassificationType
occupancyLevels - BuildingSync::OccupancyLevels
typicalOccupantUsages - BuildingSync::TypicalOccupantUsages
spatialUnits - BuildingSync::SpatialUnits
ownership - SOAP::SOAPString
ownershipStatus - SOAP::SOAPString
primaryContactID - BuildingSync::PrimaryContactID
tenantIDs - BuildingSync::TenantIDs
multiTenant - SOAP::SOAPBoolean
nAICSCode - SOAP::SOAPString
publiclySubsidized - SOAP::SOAPBoolean
federalBuilding - BuildingSync::BuildingType::FederalBuilding
portfolioManager - BuildingSync::PortfolioManagerType
numberOfBusinesses - BuildingSync::BuildingType::NumberOfBusinesses
floorsAboveGrade - BuildingSync::FloorsAboveGrade
floorsBelowGrade - BuildingSync::FloorsBelowGrade
conditionedFloorsAboveGrade - BuildingSync::BuildingType::ConditionedFloorsAboveGrade
conditionedFloorsBelowGrade - BuildingSync::BuildingType::ConditionedFloorsBelowGrade
unconditionedFloorsAboveGrade - BuildingSync::BuildingType::UnconditionedFloorsAboveGrade
unconditionedFloorsBelowGrade - BuildingSync::BuildingType::UnconditionedFloorsBelowGrade
buildingAutomationSystem - SOAP::SOAPBoolean
lightingAutomationSystem - SOAP::SOAPBoolean
historicalLandmark - SOAP::SOAPBoolean
floorAreas - BuildingSync::FloorAreas
aspectRatio - BuildingSync::BuildingType::AspectRatio
perimeter - BuildingSync::BuildingType::Perimeter
totalExteriorAboveGradeWallArea - BuildingSync::BuildingType::TotalExteriorAboveGradeWallArea
totalExteriorBelowGradeWallArea - BuildingSync::BuildingType::TotalExteriorBelowGradeWallArea
totalCommonConditionedAboveGradeWallArea - BuildingSync::BuildingType::TotalCommonConditionedAboveGradeWallArea
overallWindowToWallRatio - BuildingSync::BoundedDecimalZeroToOneWithSourceAttribute
overallDoorToWallRatio - BuildingSync::BoundedDecimalZeroToOneWithSourceAttribute
heightDistribution - SOAP::SOAPString
horizontalSurroundings - SOAP::SOAPString
verticalSurroundings - SOAP::SOAPString
assessments - BuildingSync::BuildingType::Assessments
yearOfConstruction - SOAP::SOAPGYear
yearOccupied - SOAP::SOAPGYear
yearOfLastEnergyAudit - SOAP::SOAPGYear
retrocommissioningDate - SOAP::SOAPDate
yearOfLatestRetrofit - SOAP::SOAPGYear
yearOfLastMajorRemodel - SOAP::SOAPGYear
percentOccupiedByOwner - BuildingSync::BuildingType::PercentOccupiedByOwner
percentLeasedByOwner - BuildingSync::BuildingType::PercentLeasedByOwner
numberOfFacilitiesOnSite - BuildingSync::BuildingType::NumberOfFacilitiesOnSite
operatorType - SOAP::SOAPString
sections - BuildingSync::BuildingType::Sections
userDefinedFields - BuildingSync::UserDefinedFields
xmlattr_ID - SOAP::SOAPID

Defined Under Namespace

Classes: AspectRatio, Assessments, ConditionedFloorsAboveGrade, ConditionedFloorsBelowGrade, FederalBuilding, NumberOfBusinesses, NumberOfFacilitiesOnSite, PercentLeasedByOwner, PercentOccupiedByOwner, Perimeter, Sections, TotalCommonConditionedAboveGradeWallArea, TotalExteriorAboveGradeWallArea, TotalExteriorBelowGradeWallArea, UnconditionedFloorsAboveGrade, UnconditionedFloorsBelowGrade

Constant Summary collapse

AttrID =
XSD::QName.new(nil, "ID")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(premisesName = nil, premisesNotes = nil, premisesIdentifiers = nil, address = nil, climateZoneType = nil, eGRIDRegionCode = nil, eGRIDSubregionCodes = nil, weatherDataStationID = nil, weatherStationName = nil, weatherStationCategory = nil, weatherStations = nil, longitude = nil, latitude = nil, buildingClassification = nil, occupancyClassification = nil, occupancyLevels = nil, typicalOccupantUsages = nil, spatialUnits = nil, ownership = nil, ownershipStatus = nil, primaryContactID = nil, tenantIDs = [], multiTenant = nil, nAICSCode = nil, publiclySubsidized = nil, federalBuilding = nil, portfolioManager = nil, numberOfBusinesses = nil, floorsAboveGrade = nil, floorsBelowGrade = nil, conditionedFloorsAboveGrade = nil, conditionedFloorsBelowGrade = nil, unconditionedFloorsAboveGrade = nil, unconditionedFloorsBelowGrade = nil, buildingAutomationSystem = nil, lightingAutomationSystem = nil, historicalLandmark = nil, floorAreas = nil, aspectRatio = nil, perimeter = nil, totalExteriorAboveGradeWallArea = nil, totalExteriorBelowGradeWallArea = nil, totalCommonConditionedAboveGradeWallArea = nil, overallWindowToWallRatio = nil, overallDoorToWallRatio = nil, heightDistribution = nil, horizontalSurroundings = nil, verticalSurroundings = nil, assessments = nil, yearOfConstruction = nil, yearOccupied = nil, yearOfLastEnergyAudit = nil, retrocommissioningDate = nil, yearOfLatestRetrofit = nil, yearOfLastMajorRemodel = nil, percentOccupiedByOwner = nil, percentLeasedByOwner = nil, numberOfFacilitiesOnSite = nil, operatorType = nil, sections = nil, userDefinedFields = nil) ⇒ BuildingType

Returns a new instance of BuildingType.



1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
# File 'lib/BuildingSync.rb', line 1417

def initialize(premisesName = nil, premisesNotes = nil, premisesIdentifiers = nil, address = nil, climateZoneType = nil, eGRIDRegionCode = nil, eGRIDSubregionCodes = nil, weatherDataStationID = nil, weatherStationName = nil, weatherStationCategory = nil, weatherStations = nil, longitude = nil, latitude = nil, buildingClassification = nil, occupancyClassification = nil, occupancyLevels = nil, typicalOccupantUsages = nil, spatialUnits = nil, ownership = nil, ownershipStatus = nil, primaryContactID = nil, tenantIDs = [], multiTenant = nil, nAICSCode = nil, publiclySubsidized = nil, federalBuilding = nil, portfolioManager = nil, numberOfBusinesses = nil, floorsAboveGrade = nil, floorsBelowGrade = nil, conditionedFloorsAboveGrade = nil, conditionedFloorsBelowGrade = nil, unconditionedFloorsAboveGrade = nil, unconditionedFloorsBelowGrade = nil, buildingAutomationSystem = nil, lightingAutomationSystem = nil, historicalLandmark = nil, floorAreas = nil, aspectRatio = nil, perimeter = nil, totalExteriorAboveGradeWallArea = nil, totalExteriorBelowGradeWallArea = nil, totalCommonConditionedAboveGradeWallArea = nil, overallWindowToWallRatio = nil, overallDoorToWallRatio = nil, heightDistribution = nil, horizontalSurroundings = nil, verticalSurroundings = nil, assessments = nil, yearOfConstruction = nil, yearOccupied = nil, yearOfLastEnergyAudit = nil, retrocommissioningDate = nil, yearOfLatestRetrofit = nil, yearOfLastMajorRemodel = nil, percentOccupiedByOwner = nil, percentLeasedByOwner = nil, numberOfFacilitiesOnSite = nil, operatorType = nil, sections = nil, userDefinedFields = nil)
  @premisesName = premisesName
  @premisesNotes = premisesNotes
  @premisesIdentifiers = premisesIdentifiers
  @address = address
  @climateZoneType = climateZoneType
  @eGRIDRegionCode = eGRIDRegionCode
  @eGRIDSubregionCodes = eGRIDSubregionCodes
  @weatherDataStationID = weatherDataStationID
  @weatherStationName = weatherStationName
  @weatherStationCategory = weatherStationCategory
  @weatherStations = weatherStations
  @longitude = longitude
  @latitude = latitude
  @buildingClassification = buildingClassification
  @occupancyClassification = occupancyClassification
  @occupancyLevels = occupancyLevels
  @typicalOccupantUsages = typicalOccupantUsages
  @spatialUnits = spatialUnits
  @ownership = ownership
  @ownershipStatus = ownershipStatus
  @primaryContactID = primaryContactID
  @tenantIDs = tenantIDs
  @multiTenant = multiTenant
  @nAICSCode = nAICSCode
  @publiclySubsidized = publiclySubsidized
  @federalBuilding = federalBuilding
  @portfolioManager = portfolioManager
  @numberOfBusinesses = numberOfBusinesses
  @floorsAboveGrade = floorsAboveGrade
  @floorsBelowGrade = floorsBelowGrade
  @conditionedFloorsAboveGrade = conditionedFloorsAboveGrade
  @conditionedFloorsBelowGrade = conditionedFloorsBelowGrade
  @unconditionedFloorsAboveGrade = unconditionedFloorsAboveGrade
  @unconditionedFloorsBelowGrade = unconditionedFloorsBelowGrade
  @buildingAutomationSystem = buildingAutomationSystem
  @lightingAutomationSystem = lightingAutomationSystem
  @historicalLandmark = historicalLandmark
  @floorAreas = floorAreas
  @aspectRatio = aspectRatio
  @perimeter = perimeter
  @totalExteriorAboveGradeWallArea = totalExteriorAboveGradeWallArea
  @totalExteriorBelowGradeWallArea = totalExteriorBelowGradeWallArea
  @totalCommonConditionedAboveGradeWallArea = totalCommonConditionedAboveGradeWallArea
  @overallWindowToWallRatio = overallWindowToWallRatio
  @overallDoorToWallRatio = overallDoorToWallRatio
  @heightDistribution = heightDistribution
  @horizontalSurroundings = horizontalSurroundings
  @verticalSurroundings = verticalSurroundings
  @assessments = assessments
  @yearOfConstruction = yearOfConstruction
  @yearOccupied = yearOccupied
  @yearOfLastEnergyAudit = yearOfLastEnergyAudit
  @retrocommissioningDate = retrocommissioningDate
  @yearOfLatestRetrofit = yearOfLatestRetrofit
  @yearOfLastMajorRemodel = yearOfLastMajorRemodel
  @percentOccupiedByOwner = percentOccupiedByOwner
  @percentLeasedByOwner = percentLeasedByOwner
  @numberOfFacilitiesOnSite = numberOfFacilitiesOnSite
  @operatorType = operatorType
  @sections = sections
  @userDefinedFields = userDefinedFields
  @__xmlattr = {}
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



1346
1347
1348
# File 'lib/BuildingSync.rb', line 1346

def address
  @address
end

#aspectRatioObject

Returns the value of attribute aspectRatio.



1381
1382
1383
# File 'lib/BuildingSync.rb', line 1381

def aspectRatio
  @aspectRatio
end

#assessmentsObject

Returns the value of attribute assessments.



1391
1392
1393
# File 'lib/BuildingSync.rb', line 1391

def assessments
  @assessments
end

#buildingAutomationSystemObject

Returns the value of attribute buildingAutomationSystem.



1377
1378
1379
# File 'lib/BuildingSync.rb', line 1377

def buildingAutomationSystem
  @buildingAutomationSystem
end

#buildingClassificationObject

Returns the value of attribute buildingClassification.



1356
1357
1358
# File 'lib/BuildingSync.rb', line 1356

def buildingClassification
  @buildingClassification
end

#climateZoneTypeObject

Returns the value of attribute climateZoneType.



1347
1348
1349
# File 'lib/BuildingSync.rb', line 1347

def climateZoneType
  @climateZoneType
end

#conditionedFloorsAboveGradeObject

Returns the value of attribute conditionedFloorsAboveGrade.



1373
1374
1375
# File 'lib/BuildingSync.rb', line 1373

def conditionedFloorsAboveGrade
  @conditionedFloorsAboveGrade
end

#conditionedFloorsBelowGradeObject

Returns the value of attribute conditionedFloorsBelowGrade.



1374
1375
1376
# File 'lib/BuildingSync.rb', line 1374

def conditionedFloorsBelowGrade
  @conditionedFloorsBelowGrade
end

#eGRIDRegionCodeObject

Returns the value of attribute eGRIDRegionCode.



1348
1349
1350
# File 'lib/BuildingSync.rb', line 1348

def eGRIDRegionCode
  @eGRIDRegionCode
end

#eGRIDSubregionCodesObject

Returns the value of attribute eGRIDSubregionCodes.



1349
1350
1351
# File 'lib/BuildingSync.rb', line 1349

def eGRIDSubregionCodes
  @eGRIDSubregionCodes
end

#federalBuildingObject

Returns the value of attribute federalBuilding.



1368
1369
1370
# File 'lib/BuildingSync.rb', line 1368

def federalBuilding
  @federalBuilding
end

#floorAreasObject

Returns the value of attribute floorAreas.



1380
1381
1382
# File 'lib/BuildingSync.rb', line 1380

def floorAreas
  @floorAreas
end

#floorsAboveGradeObject

Returns the value of attribute floorsAboveGrade.



1371
1372
1373
# File 'lib/BuildingSync.rb', line 1371

def floorsAboveGrade
  @floorsAboveGrade
end

#floorsBelowGradeObject

Returns the value of attribute floorsBelowGrade.



1372
1373
1374
# File 'lib/BuildingSync.rb', line 1372

def floorsBelowGrade
  @floorsBelowGrade
end

#heightDistributionObject

Returns the value of attribute heightDistribution.



1388
1389
1390
# File 'lib/BuildingSync.rb', line 1388

def heightDistribution
  @heightDistribution
end

#historicalLandmarkObject

Returns the value of attribute historicalLandmark.



1379
1380
1381
# File 'lib/BuildingSync.rb', line 1379

def historicalLandmark
  @historicalLandmark
end

#horizontalSurroundingsObject

Returns the value of attribute horizontalSurroundings.



1389
1390
1391
# File 'lib/BuildingSync.rb', line 1389

def horizontalSurroundings
  @horizontalSurroundings
end

#latitudeObject

Returns the value of attribute latitude.



1355
1356
1357
# File 'lib/BuildingSync.rb', line 1355

def latitude
  @latitude
end

#lightingAutomationSystemObject

Returns the value of attribute lightingAutomationSystem.



1378
1379
1380
# File 'lib/BuildingSync.rb', line 1378

def lightingAutomationSystem
  @lightingAutomationSystem
end

#longitudeObject

Returns the value of attribute longitude.



1354
1355
1356
# File 'lib/BuildingSync.rb', line 1354

def longitude
  @longitude
end

#multiTenantObject

Returns the value of attribute multiTenant.



1365
1366
1367
# File 'lib/BuildingSync.rb', line 1365

def multiTenant
  @multiTenant
end

#nAICSCodeObject

Returns the value of attribute nAICSCode.



1366
1367
1368
# File 'lib/BuildingSync.rb', line 1366

def nAICSCode
  @nAICSCode
end

#numberOfBusinessesObject

Returns the value of attribute numberOfBusinesses.



1370
1371
1372
# File 'lib/BuildingSync.rb', line 1370

def numberOfBusinesses
  @numberOfBusinesses
end

#numberOfFacilitiesOnSiteObject

Returns the value of attribute numberOfFacilitiesOnSite.



1400
1401
1402
# File 'lib/BuildingSync.rb', line 1400

def numberOfFacilitiesOnSite
  @numberOfFacilitiesOnSite
end

#occupancyClassificationObject

Returns the value of attribute occupancyClassification.



1357
1358
1359
# File 'lib/BuildingSync.rb', line 1357

def occupancyClassification
  @occupancyClassification
end

#occupancyLevelsObject

Returns the value of attribute occupancyLevels.



1358
1359
1360
# File 'lib/BuildingSync.rb', line 1358

def occupancyLevels
  @occupancyLevels
end

#operatorTypeObject

Returns the value of attribute operatorType.



1401
1402
1403
# File 'lib/BuildingSync.rb', line 1401

def operatorType
  @operatorType
end

#overallDoorToWallRatioObject

Returns the value of attribute overallDoorToWallRatio.



1387
1388
1389
# File 'lib/BuildingSync.rb', line 1387

def overallDoorToWallRatio
  @overallDoorToWallRatio
end

#overallWindowToWallRatioObject

Returns the value of attribute overallWindowToWallRatio.



1386
1387
1388
# File 'lib/BuildingSync.rb', line 1386

def overallWindowToWallRatio
  @overallWindowToWallRatio
end

#ownershipObject

Returns the value of attribute ownership.



1361
1362
1363
# File 'lib/BuildingSync.rb', line 1361

def ownership
  @ownership
end

#ownershipStatusObject

Returns the value of attribute ownershipStatus.



1362
1363
1364
# File 'lib/BuildingSync.rb', line 1362

def ownershipStatus
  @ownershipStatus
end

#percentLeasedByOwnerObject

Returns the value of attribute percentLeasedByOwner.



1399
1400
1401
# File 'lib/BuildingSync.rb', line 1399

def percentLeasedByOwner
  @percentLeasedByOwner
end

#percentOccupiedByOwnerObject

Returns the value of attribute percentOccupiedByOwner.



1398
1399
1400
# File 'lib/BuildingSync.rb', line 1398

def percentOccupiedByOwner
  @percentOccupiedByOwner
end

#perimeterObject

Returns the value of attribute perimeter.



1382
1383
1384
# File 'lib/BuildingSync.rb', line 1382

def perimeter
  @perimeter
end

#portfolioManagerObject

Returns the value of attribute portfolioManager.



1369
1370
1371
# File 'lib/BuildingSync.rb', line 1369

def portfolioManager
  @portfolioManager
end

#premisesIdentifiersObject

Returns the value of attribute premisesIdentifiers.



1345
1346
1347
# File 'lib/BuildingSync.rb', line 1345

def premisesIdentifiers
  @premisesIdentifiers
end

#premisesNameObject

Returns the value of attribute premisesName.



1343
1344
1345
# File 'lib/BuildingSync.rb', line 1343

def premisesName
  @premisesName
end

#premisesNotesObject

Returns the value of attribute premisesNotes.



1344
1345
1346
# File 'lib/BuildingSync.rb', line 1344

def premisesNotes
  @premisesNotes
end

#primaryContactIDObject

Returns the value of attribute primaryContactID.



1363
1364
1365
# File 'lib/BuildingSync.rb', line 1363

def primaryContactID
  @primaryContactID
end

#publiclySubsidizedObject

Returns the value of attribute publiclySubsidized.



1367
1368
1369
# File 'lib/BuildingSync.rb', line 1367

def publiclySubsidized
  @publiclySubsidized
end

#retrocommissioningDateObject

Returns the value of attribute retrocommissioningDate.



1395
1396
1397
# File 'lib/BuildingSync.rb', line 1395

def retrocommissioningDate
  @retrocommissioningDate
end

#sectionsObject

Returns the value of attribute sections.



1402
1403
1404
# File 'lib/BuildingSync.rb', line 1402

def sections
  @sections
end

#spatialUnitsObject

Returns the value of attribute spatialUnits.



1360
1361
1362
# File 'lib/BuildingSync.rb', line 1360

def spatialUnits
  @spatialUnits
end

#tenantIDsObject

Returns the value of attribute tenantIDs.



1364
1365
1366
# File 'lib/BuildingSync.rb', line 1364

def tenantIDs
  @tenantIDs
end

#totalCommonConditionedAboveGradeWallAreaObject

Returns the value of attribute totalCommonConditionedAboveGradeWallArea.



1385
1386
1387
# File 'lib/BuildingSync.rb', line 1385

def totalCommonConditionedAboveGradeWallArea
  @totalCommonConditionedAboveGradeWallArea
end

#totalExteriorAboveGradeWallAreaObject

Returns the value of attribute totalExteriorAboveGradeWallArea.



1383
1384
1385
# File 'lib/BuildingSync.rb', line 1383

def totalExteriorAboveGradeWallArea
  @totalExteriorAboveGradeWallArea
end

#totalExteriorBelowGradeWallAreaObject

Returns the value of attribute totalExteriorBelowGradeWallArea.



1384
1385
1386
# File 'lib/BuildingSync.rb', line 1384

def totalExteriorBelowGradeWallArea
  @totalExteriorBelowGradeWallArea
end

#typicalOccupantUsagesObject

Returns the value of attribute typicalOccupantUsages.



1359
1360
1361
# File 'lib/BuildingSync.rb', line 1359

def typicalOccupantUsages
  @typicalOccupantUsages
end

#unconditionedFloorsAboveGradeObject

Returns the value of attribute unconditionedFloorsAboveGrade.



1375
1376
1377
# File 'lib/BuildingSync.rb', line 1375

def unconditionedFloorsAboveGrade
  @unconditionedFloorsAboveGrade
end

#unconditionedFloorsBelowGradeObject

Returns the value of attribute unconditionedFloorsBelowGrade.



1376
1377
1378
# File 'lib/BuildingSync.rb', line 1376

def unconditionedFloorsBelowGrade
  @unconditionedFloorsBelowGrade
end

#userDefinedFieldsObject

Returns the value of attribute userDefinedFields.



1403
1404
1405
# File 'lib/BuildingSync.rb', line 1403

def userDefinedFields
  @userDefinedFields
end

#verticalSurroundingsObject

Returns the value of attribute verticalSurroundings.



1390
1391
1392
# File 'lib/BuildingSync.rb', line 1390

def verticalSurroundings
  @verticalSurroundings
end

#weatherDataStationIDObject

Returns the value of attribute weatherDataStationID.



1350
1351
1352
# File 'lib/BuildingSync.rb', line 1350

def weatherDataStationID
  @weatherDataStationID
end

#weatherStationCategoryObject

Returns the value of attribute weatherStationCategory.



1352
1353
1354
# File 'lib/BuildingSync.rb', line 1352

def weatherStationCategory
  @weatherStationCategory
end

#weatherStationNameObject

Returns the value of attribute weatherStationName.



1351
1352
1353
# File 'lib/BuildingSync.rb', line 1351

def weatherStationName
  @weatherStationName
end

#weatherStationsObject

Returns the value of attribute weatherStations.



1353
1354
1355
# File 'lib/BuildingSync.rb', line 1353

def weatherStations
  @weatherStations
end

#yearOccupiedObject

Returns the value of attribute yearOccupied.



1393
1394
1395
# File 'lib/BuildingSync.rb', line 1393

def yearOccupied
  @yearOccupied
end

#yearOfConstructionObject

Returns the value of attribute yearOfConstruction.



1392
1393
1394
# File 'lib/BuildingSync.rb', line 1392

def yearOfConstruction
  @yearOfConstruction
end

#yearOfLastEnergyAuditObject

Returns the value of attribute yearOfLastEnergyAudit.



1394
1395
1396
# File 'lib/BuildingSync.rb', line 1394

def yearOfLastEnergyAudit
  @yearOfLastEnergyAudit
end

#yearOfLastMajorRemodelObject

Returns the value of attribute yearOfLastMajorRemodel.



1397
1398
1399
# File 'lib/BuildingSync.rb', line 1397

def yearOfLastMajorRemodel
  @yearOfLastMajorRemodel
end

#yearOfLatestRetrofitObject

Returns the value of attribute yearOfLatestRetrofit.



1396
1397
1398
# File 'lib/BuildingSync.rb', line 1396

def yearOfLatestRetrofit
  @yearOfLatestRetrofit
end

Instance Method Details

#__xmlattrObject



1405
1406
1407
# File 'lib/BuildingSync.rb', line 1405

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDObject



1409
1410
1411
# File 'lib/BuildingSync.rb', line 1409

def xmlattr_ID
  __xmlattr[AttrID]
end

#xmlattr_ID=(value) ⇒ Object



1413
1414
1415
# File 'lib/BuildingSync.rb', line 1413

def xmlattr_ID=(value)
  __xmlattr[AttrID] = value
end