Class: PortfolioManager::Xml::K12SchoolType

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

Overview

{}k12SchoolType

Defined Under Namespace

Classes: UseDetails

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, useDetails = nil, audit = nil) ⇒ K12SchoolType

Returns a new instance of K12SchoolType.



5646
5647
5648
5649
5650
# File 'lib/portfolio_manager/xml.rb', line 5646

def initialize(name = nil, useDetails = nil, audit = nil)
  @name = name
  @useDetails = useDetails
  @audit = audit
end

Instance Attribute Details

#auditPortfolioManager::Xml::LogType



5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
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
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'lib/portfolio_manager/xml.rb', line 5576

class K12SchoolType

  # inner class for member: useDetails
  # {}useDetails
  # @!attribute [rw] totalGrossFloorArea
  #   @return [PortfolioManager::Xml::GrossFloorAreaType]
  # @!attribute [rw] openOnWeekends
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] numberOfWalkInRefrigerationUnits
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] percentCooled
  #   @return [PortfolioManager::Xml::PercentCooledType]
  # @!attribute [rw] percentHeated
  #   @return [PortfolioManager::Xml::PercentHeatedType]
  # @!attribute [rw] numberOfComputers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] cookingFacilities
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] isHighSchool
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] monthsInUse
  #   @return [PortfolioManager::Xml::MonthsInUseType]
  # @!attribute [rw] schoolDistrict
  #   @return [PortfolioManager::Xml::UseStringType]
  # @!attribute [rw] studentSeatingCapacity
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] numberOfWorkers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] gymnasiumFloorArea
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  # @!attribute [rw] grossFloorAreaUsedForFoodPreparation
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  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

  attr_accessor :name
  attr_accessor :useDetails
  attr_accessor :audit

  def initialize(name = nil, useDetails = nil, audit = nil)
    @name = name
    @useDetails = useDetails
    @audit = audit
  end
end

#nameObject

Returns:

  • (Object)


5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
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
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'lib/portfolio_manager/xml.rb', line 5576

class K12SchoolType

  # inner class for member: useDetails
  # {}useDetails
  # @!attribute [rw] totalGrossFloorArea
  #   @return [PortfolioManager::Xml::GrossFloorAreaType]
  # @!attribute [rw] openOnWeekends
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] numberOfWalkInRefrigerationUnits
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] percentCooled
  #   @return [PortfolioManager::Xml::PercentCooledType]
  # @!attribute [rw] percentHeated
  #   @return [PortfolioManager::Xml::PercentHeatedType]
  # @!attribute [rw] numberOfComputers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] cookingFacilities
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] isHighSchool
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] monthsInUse
  #   @return [PortfolioManager::Xml::MonthsInUseType]
  # @!attribute [rw] schoolDistrict
  #   @return [PortfolioManager::Xml::UseStringType]
  # @!attribute [rw] studentSeatingCapacity
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] numberOfWorkers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] gymnasiumFloorArea
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  # @!attribute [rw] grossFloorAreaUsedForFoodPreparation
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  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

  attr_accessor :name
  attr_accessor :useDetails
  attr_accessor :audit

  def initialize(name = nil, useDetails = nil, audit = nil)
    @name = name
    @useDetails = useDetails
    @audit = audit
  end
end

#useDetailsPortfolioManager::Xml::K12SchoolType::UseDetails



5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
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
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
# File 'lib/portfolio_manager/xml.rb', line 5576

class K12SchoolType

  # inner class for member: useDetails
  # {}useDetails
  # @!attribute [rw] totalGrossFloorArea
  #   @return [PortfolioManager::Xml::GrossFloorAreaType]
  # @!attribute [rw] openOnWeekends
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] numberOfWalkInRefrigerationUnits
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] percentCooled
  #   @return [PortfolioManager::Xml::PercentCooledType]
  # @!attribute [rw] percentHeated
  #   @return [PortfolioManager::Xml::PercentHeatedType]
  # @!attribute [rw] numberOfComputers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] cookingFacilities
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] isHighSchool
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] monthsInUse
  #   @return [PortfolioManager::Xml::MonthsInUseType]
  # @!attribute [rw] schoolDistrict
  #   @return [PortfolioManager::Xml::UseStringType]
  # @!attribute [rw] studentSeatingCapacity
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] numberOfWorkers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] gymnasiumFloorArea
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  # @!attribute [rw] grossFloorAreaUsedForFoodPreparation
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  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

  attr_accessor :name
  attr_accessor :useDetails
  attr_accessor :audit

  def initialize(name = nil, useDetails = nil, audit = nil)
    @name = name
    @useDetails = useDetails
    @audit = audit
  end
end