Class: PortfolioManager::Xml::K12SchoolType::UseDetails
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::K12SchoolType::UseDetails
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
inner class for member: useDetails {}useDetails
Instance Attribute Summary collapse
- #cookingFacilities ⇒ PortfolioManager::Xml::UseYesNoType
- #grossFloorAreaUsedForFoodPreparation ⇒ PortfolioManager::Xml::OptionalFloorAreaType
- #gymnasiumFloorArea ⇒ PortfolioManager::Xml::OptionalFloorAreaType
- #isHighSchool ⇒ PortfolioManager::Xml::UseYesNoType
- #monthsInUse ⇒ PortfolioManager::Xml::MonthsInUseType
- #numberOfComputers ⇒ PortfolioManager::Xml::UseDecimalType
- #numberOfWalkInRefrigerationUnits ⇒ PortfolioManager::Xml::UseDecimalType
- #numberOfWorkers ⇒ PortfolioManager::Xml::UseDecimalType
- #openOnWeekends ⇒ PortfolioManager::Xml::UseYesNoType
- #percentCooled ⇒ PortfolioManager::Xml::PercentCooledType
- #percentHeated ⇒ PortfolioManager::Xml::PercentHeatedType
- #schoolDistrict ⇒ PortfolioManager::Xml::UseStringType
- #studentSeatingCapacity ⇒ PortfolioManager::Xml::UseDecimalType
- #totalGrossFloorArea ⇒ PortfolioManager::Xml::GrossFloorAreaType
Instance Method Summary collapse
Constructor Details
#initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) ⇒ UseDetails
Returns a new instance of UseDetails.
5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 |
# File 'lib/portfolio_manager/xml.rb', line 5624 def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end |
Instance Attribute Details
#cookingFacilities ⇒ PortfolioManager::Xml::UseYesNoType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#grossFloorAreaUsedForFoodPreparation ⇒ PortfolioManager::Xml::OptionalFloorAreaType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#gymnasiumFloorArea ⇒ PortfolioManager::Xml::OptionalFloorAreaType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#isHighSchool ⇒ PortfolioManager::Xml::UseYesNoType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#monthsInUse ⇒ PortfolioManager::Xml::MonthsInUseType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#numberOfComputers ⇒ PortfolioManager::Xml::UseDecimalType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#numberOfWalkInRefrigerationUnits ⇒ PortfolioManager::Xml::UseDecimalType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#numberOfWorkers ⇒ PortfolioManager::Xml::UseDecimalType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#openOnWeekends ⇒ PortfolioManager::Xml::UseYesNoType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#percentCooled ⇒ PortfolioManager::Xml::PercentCooledType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#percentHeated ⇒ PortfolioManager::Xml::PercentHeatedType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#schoolDistrict ⇒ PortfolioManager::Xml::UseStringType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#studentSeatingCapacity ⇒ PortfolioManager::Xml::UseDecimalType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |
#totalGrossFloorArea ⇒ PortfolioManager::Xml::GrossFloorAreaType
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 |
# File 'lib/portfolio_manager/xml.rb', line 5608 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :openOnWeekends attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :isHighSchool attr_accessor :monthsInUse attr_accessor :schoolDistrict attr_accessor :studentSeatingCapacity attr_accessor :numberOfWorkers attr_accessor :gymnasiumFloorArea attr_accessor :grossFloorAreaUsedForFoodPreparation def initialize(totalGrossFloorArea = nil, openOnWeekends = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil, numberOfComputers = nil, cookingFacilities = nil, isHighSchool = nil, monthsInUse = nil, schoolDistrict = nil, studentSeatingCapacity = nil, numberOfWorkers = nil, gymnasiumFloorArea = nil, grossFloorAreaUsedForFoodPreparation = nil) @totalGrossFloorArea = totalGrossFloorArea @openOnWeekends = openOnWeekends @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @percentCooled = percentCooled @percentHeated = percentHeated @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @isHighSchool = isHighSchool @monthsInUse = monthsInUse @schoolDistrict = schoolDistrict @studentSeatingCapacity = studentSeatingCapacity @numberOfWorkers = numberOfWorkers @gymnasiumFloorArea = gymnasiumFloorArea @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation end end |