Class: PortfolioManager::Xml::IceCurlingRinkType::UseDetails

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

Overview

inner class for member: useDetails {}useDetails

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalGrossFloorArea = nil, numberOfIndoorIceRinks = nil, totalIceRinkSurfaceAreaForAllRinks = nil, monthsMainIndoorIceRinkInUse = nil, numberOfWeeklyIceResurfacingForAllRinks = nil, numberOfFTEWorkers = nil, numberOfCurlingSheets = nil, spectatorSeatingCapacity = nil) ⇒ UseDetails

Returns a new instance of UseDetails.



6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
# File 'lib/portfolio_manager/xml.rb', line 6082

def initialize(totalGrossFloorArea = nil, numberOfIndoorIceRinks = nil, totalIceRinkSurfaceAreaForAllRinks = nil, monthsMainIndoorIceRinkInUse = nil, numberOfWeeklyIceResurfacingForAllRinks = nil, numberOfFTEWorkers = nil, numberOfCurlingSheets = nil, spectatorSeatingCapacity = nil)
  @totalGrossFloorArea = totalGrossFloorArea
  @numberOfIndoorIceRinks = numberOfIndoorIceRinks
  @totalIceRinkSurfaceAreaForAllRinks = totalIceRinkSurfaceAreaForAllRinks
  @monthsMainIndoorIceRinkInUse = monthsMainIndoorIceRinkInUse
  @numberOfWeeklyIceResurfacingForAllRinks = numberOfWeeklyIceResurfacingForAllRinks
  @numberOfFTEWorkers = numberOfFTEWorkers
  @numberOfCurlingSheets = numberOfCurlingSheets
  @spectatorSeatingCapacity = spectatorSeatingCapacity
end

Instance Attribute Details

#monthsMainIndoorIceRinkInUsePortfolioManager::Xml::MonthsInUseType



6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
# File 'lib/portfolio_manager/xml.rb', line 6072

class UseDetails
  attr_accessor :totalGrossFloorArea
  attr_accessor :numberOfIndoorIceRinks
  attr_accessor :totalIceRinkSurfaceAreaForAllRinks
  attr_accessor :monthsMainIndoorIceRinkInUse
  attr_accessor :numberOfWeeklyIceResurfacingForAllRinks
  attr_accessor :numberOfFTEWorkers
  attr_accessor :numberOfCurlingSheets
  attr_accessor :spectatorSeatingCapacity

  def initialize(totalGrossFloorArea = nil, numberOfIndoorIceRinks = nil, totalIceRinkSurfaceAreaForAllRinks = nil, monthsMainIndoorIceRinkInUse = nil, numberOfWeeklyIceResurfacingForAllRinks = nil, numberOfFTEWorkers = nil, numberOfCurlingSheets = nil, spectatorSeatingCapacity = nil)
    @totalGrossFloorArea = totalGrossFloorArea
    @numberOfIndoorIceRinks = numberOfIndoorIceRinks
    @totalIceRinkSurfaceAreaForAllRinks = totalIceRinkSurfaceAreaForAllRinks
    @monthsMainIndoorIceRinkInUse = monthsMainIndoorIceRinkInUse
    @numberOfWeeklyIceResurfacingForAllRinks = numberOfWeeklyIceResurfacingForAllRinks
    @numberOfFTEWorkers = numberOfFTEWorkers
    @numberOfCurlingSheets = numberOfCurlingSheets
    @spectatorSeatingCapacity = spectatorSeatingCapacity
  end
end

#numberOfCurlingSheetsPortfolioManager::Xml::UseIntegerType



6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
# File 'lib/portfolio_manager/xml.rb', line 6072

class UseDetails
  attr_accessor :totalGrossFloorArea
  attr_accessor :numberOfIndoorIceRinks
  attr_accessor :totalIceRinkSurfaceAreaForAllRinks
  attr_accessor :monthsMainIndoorIceRinkInUse
  attr_accessor :numberOfWeeklyIceResurfacingForAllRinks
  attr_accessor :numberOfFTEWorkers
  attr_accessor :numberOfCurlingSheets
  attr_accessor :spectatorSeatingCapacity

  def initialize(totalGrossFloorArea = nil, numberOfIndoorIceRinks = nil, totalIceRinkSurfaceAreaForAllRinks = nil, monthsMainIndoorIceRinkInUse = nil, numberOfWeeklyIceResurfacingForAllRinks = nil, numberOfFTEWorkers = nil, numberOfCurlingSheets = nil, spectatorSeatingCapacity = nil)
    @totalGrossFloorArea = totalGrossFloorArea
    @numberOfIndoorIceRinks = numberOfIndoorIceRinks
    @totalIceRinkSurfaceAreaForAllRinks = totalIceRinkSurfaceAreaForAllRinks
    @monthsMainIndoorIceRinkInUse = monthsMainIndoorIceRinkInUse
    @numberOfWeeklyIceResurfacingForAllRinks = numberOfWeeklyIceResurfacingForAllRinks
    @numberOfFTEWorkers = numberOfFTEWorkers
    @numberOfCurlingSheets = numberOfCurlingSheets
    @spectatorSeatingCapacity = spectatorSeatingCapacity
  end
end

#numberOfFTEWorkersPortfolioManager::Xml::UseDecimalType



6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
# File 'lib/portfolio_manager/xml.rb', line 6072

class UseDetails
  attr_accessor :totalGrossFloorArea
  attr_accessor :numberOfIndoorIceRinks
  attr_accessor :totalIceRinkSurfaceAreaForAllRinks
  attr_accessor :monthsMainIndoorIceRinkInUse
  attr_accessor :numberOfWeeklyIceResurfacingForAllRinks
  attr_accessor :numberOfFTEWorkers
  attr_accessor :numberOfCurlingSheets
  attr_accessor :spectatorSeatingCapacity

  def initialize(totalGrossFloorArea = nil, numberOfIndoorIceRinks = nil, totalIceRinkSurfaceAreaForAllRinks = nil, monthsMainIndoorIceRinkInUse = nil, numberOfWeeklyIceResurfacingForAllRinks = nil, numberOfFTEWorkers = nil, numberOfCurlingSheets = nil, spectatorSeatingCapacity = nil)
    @totalGrossFloorArea = totalGrossFloorArea
    @numberOfIndoorIceRinks = numberOfIndoorIceRinks
    @totalIceRinkSurfaceAreaForAllRinks = totalIceRinkSurfaceAreaForAllRinks
    @monthsMainIndoorIceRinkInUse = monthsMainIndoorIceRinkInUse
    @numberOfWeeklyIceResurfacingForAllRinks = numberOfWeeklyIceResurfacingForAllRinks
    @numberOfFTEWorkers = numberOfFTEWorkers
    @numberOfCurlingSheets = numberOfCurlingSheets
    @spectatorSeatingCapacity = spectatorSeatingCapacity
  end
end

#numberOfIndoorIceRinksPortfolioManager::Xml::UseIntegerType



6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
# File 'lib/portfolio_manager/xml.rb', line 6072

class UseDetails
  attr_accessor :totalGrossFloorArea
  attr_accessor :numberOfIndoorIceRinks
  attr_accessor :totalIceRinkSurfaceAreaForAllRinks
  attr_accessor :monthsMainIndoorIceRinkInUse
  attr_accessor :numberOfWeeklyIceResurfacingForAllRinks
  attr_accessor :numberOfFTEWorkers
  attr_accessor :numberOfCurlingSheets
  attr_accessor :spectatorSeatingCapacity

  def initialize(totalGrossFloorArea = nil, numberOfIndoorIceRinks = nil, totalIceRinkSurfaceAreaForAllRinks = nil, monthsMainIndoorIceRinkInUse = nil, numberOfWeeklyIceResurfacingForAllRinks = nil, numberOfFTEWorkers = nil, numberOfCurlingSheets = nil, spectatorSeatingCapacity = nil)
    @totalGrossFloorArea = totalGrossFloorArea
    @numberOfIndoorIceRinks = numberOfIndoorIceRinks
    @totalIceRinkSurfaceAreaForAllRinks = totalIceRinkSurfaceAreaForAllRinks
    @monthsMainIndoorIceRinkInUse = monthsMainIndoorIceRinkInUse
    @numberOfWeeklyIceResurfacingForAllRinks = numberOfWeeklyIceResurfacingForAllRinks
    @numberOfFTEWorkers = numberOfFTEWorkers
    @numberOfCurlingSheets = numberOfCurlingSheets
    @spectatorSeatingCapacity = spectatorSeatingCapacity
  end
end

#numberOfWeeklyIceResurfacingForAllRinksPortfolioManager::Xml::NumberOfWeeklyIceResurfacingType



6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
# File 'lib/portfolio_manager/xml.rb', line 6072

class UseDetails
  attr_accessor :totalGrossFloorArea
  attr_accessor :numberOfIndoorIceRinks
  attr_accessor :totalIceRinkSurfaceAreaForAllRinks
  attr_accessor :monthsMainIndoorIceRinkInUse
  attr_accessor :numberOfWeeklyIceResurfacingForAllRinks
  attr_accessor :numberOfFTEWorkers
  attr_accessor :numberOfCurlingSheets
  attr_accessor :spectatorSeatingCapacity

  def initialize(totalGrossFloorArea = nil, numberOfIndoorIceRinks = nil, totalIceRinkSurfaceAreaForAllRinks = nil, monthsMainIndoorIceRinkInUse = nil, numberOfWeeklyIceResurfacingForAllRinks = nil, numberOfFTEWorkers = nil, numberOfCurlingSheets = nil, spectatorSeatingCapacity = nil)
    @totalGrossFloorArea = totalGrossFloorArea
    @numberOfIndoorIceRinks = numberOfIndoorIceRinks
    @totalIceRinkSurfaceAreaForAllRinks = totalIceRinkSurfaceAreaForAllRinks
    @monthsMainIndoorIceRinkInUse = monthsMainIndoorIceRinkInUse
    @numberOfWeeklyIceResurfacingForAllRinks = numberOfWeeklyIceResurfacingForAllRinks
    @numberOfFTEWorkers = numberOfFTEWorkers
    @numberOfCurlingSheets = numberOfCurlingSheets
    @spectatorSeatingCapacity = spectatorSeatingCapacity
  end
end

#spectatorSeatingCapacityPortfolioManager::Xml::UseDecimalType



6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
# File 'lib/portfolio_manager/xml.rb', line 6072

class UseDetails
  attr_accessor :totalGrossFloorArea
  attr_accessor :numberOfIndoorIceRinks
  attr_accessor :totalIceRinkSurfaceAreaForAllRinks
  attr_accessor :monthsMainIndoorIceRinkInUse
  attr_accessor :numberOfWeeklyIceResurfacingForAllRinks
  attr_accessor :numberOfFTEWorkers
  attr_accessor :numberOfCurlingSheets
  attr_accessor :spectatorSeatingCapacity

  def initialize(totalGrossFloorArea = nil, numberOfIndoorIceRinks = nil, totalIceRinkSurfaceAreaForAllRinks = nil, monthsMainIndoorIceRinkInUse = nil, numberOfWeeklyIceResurfacingForAllRinks = nil, numberOfFTEWorkers = nil, numberOfCurlingSheets = nil, spectatorSeatingCapacity = nil)
    @totalGrossFloorArea = totalGrossFloorArea
    @numberOfIndoorIceRinks = numberOfIndoorIceRinks
    @totalIceRinkSurfaceAreaForAllRinks = totalIceRinkSurfaceAreaForAllRinks
    @monthsMainIndoorIceRinkInUse = monthsMainIndoorIceRinkInUse
    @numberOfWeeklyIceResurfacingForAllRinks = numberOfWeeklyIceResurfacingForAllRinks
    @numberOfFTEWorkers = numberOfFTEWorkers
    @numberOfCurlingSheets = numberOfCurlingSheets
    @spectatorSeatingCapacity = spectatorSeatingCapacity
  end
end

#totalGrossFloorAreaPortfolioManager::Xml::GrossFloorAreaType



6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
# File 'lib/portfolio_manager/xml.rb', line 6072

class UseDetails
  attr_accessor :totalGrossFloorArea
  attr_accessor :numberOfIndoorIceRinks
  attr_accessor :totalIceRinkSurfaceAreaForAllRinks
  attr_accessor :monthsMainIndoorIceRinkInUse
  attr_accessor :numberOfWeeklyIceResurfacingForAllRinks
  attr_accessor :numberOfFTEWorkers
  attr_accessor :numberOfCurlingSheets
  attr_accessor :spectatorSeatingCapacity

  def initialize(totalGrossFloorArea = nil, numberOfIndoorIceRinks = nil, totalIceRinkSurfaceAreaForAllRinks = nil, monthsMainIndoorIceRinkInUse = nil, numberOfWeeklyIceResurfacingForAllRinks = nil, numberOfFTEWorkers = nil, numberOfCurlingSheets = nil, spectatorSeatingCapacity = nil)
    @totalGrossFloorArea = totalGrossFloorArea
    @numberOfIndoorIceRinks = numberOfIndoorIceRinks
    @totalIceRinkSurfaceAreaForAllRinks = totalIceRinkSurfaceAreaForAllRinks
    @monthsMainIndoorIceRinkInUse = monthsMainIndoorIceRinkInUse
    @numberOfWeeklyIceResurfacingForAllRinks = numberOfWeeklyIceResurfacingForAllRinks
    @numberOfFTEWorkers = numberOfFTEWorkers
    @numberOfCurlingSheets = numberOfCurlingSheets
    @spectatorSeatingCapacity = spectatorSeatingCapacity
  end
end

#totalIceRinkSurfaceAreaForAllRinksPortfolioManager::Xml::OptionalFloorAreaType



6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
# File 'lib/portfolio_manager/xml.rb', line 6072

class UseDetails
  attr_accessor :totalGrossFloorArea
  attr_accessor :numberOfIndoorIceRinks
  attr_accessor :totalIceRinkSurfaceAreaForAllRinks
  attr_accessor :monthsMainIndoorIceRinkInUse
  attr_accessor :numberOfWeeklyIceResurfacingForAllRinks
  attr_accessor :numberOfFTEWorkers
  attr_accessor :numberOfCurlingSheets
  attr_accessor :spectatorSeatingCapacity

  def initialize(totalGrossFloorArea = nil, numberOfIndoorIceRinks = nil, totalIceRinkSurfaceAreaForAllRinks = nil, monthsMainIndoorIceRinkInUse = nil, numberOfWeeklyIceResurfacingForAllRinks = nil, numberOfFTEWorkers = nil, numberOfCurlingSheets = nil, spectatorSeatingCapacity = nil)
    @totalGrossFloorArea = totalGrossFloorArea
    @numberOfIndoorIceRinks = numberOfIndoorIceRinks
    @totalIceRinkSurfaceAreaForAllRinks = totalIceRinkSurfaceAreaForAllRinks
    @monthsMainIndoorIceRinkInUse = monthsMainIndoorIceRinkInUse
    @numberOfWeeklyIceResurfacingForAllRinks = numberOfWeeklyIceResurfacingForAllRinks
    @numberOfFTEWorkers = numberOfFTEWorkers
    @numberOfCurlingSheets = numberOfCurlingSheets
    @spectatorSeatingCapacity = spectatorSeatingCapacity
  end
end