Class: PortfolioManager::Xml::StadiumOpenType

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

Overview

{}stadiumOpenType

Defined Under Namespace

Classes: UseDetails

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of StadiumOpenType.



6038
6039
6040
6041
6042
# File 'lib/portfolio_manager/xml.rb', line 6038

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

Instance Attribute Details

#auditPortfolioManager::Xml::LogType



5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
# File 'lib/portfolio_manager/xml.rb', line 5980

class StadiumOpenType

  # inner class for member: useDetails
  # {}useDetails
  # @!attribute [rw] totalGrossFloorArea
  #   @return [PortfolioManager::Xml::GrossFloorAreaType]
  # @!attribute [rw] enclosedFloorArea
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  # @!attribute [rw] numberOfSportingEventsPerYear
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] numberOfConcertShowEventsPerYear
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] numberOfSpecialOtherEventsPerYear
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] sizeOfElectronicScoreBoards
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  # @!attribute [rw] iceEvents
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] numberOfComputers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] numberOfWalkInRefrigerationUnits
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] percentCooled
  #   @return [PortfolioManager::Xml::PercentCooledType]
  # @!attribute [rw] percentHeated
  #   @return [PortfolioManager::Xml::PercentHeatedType]
  class UseDetails
    attr_accessor :totalGrossFloorArea
    attr_accessor :enclosedFloorArea
    attr_accessor :numberOfSportingEventsPerYear
    attr_accessor :numberOfConcertShowEventsPerYear
    attr_accessor :numberOfSpecialOtherEventsPerYear
    attr_accessor :sizeOfElectronicScoreBoards
    attr_accessor :iceEvents
    attr_accessor :numberOfComputers
    attr_accessor :numberOfWalkInRefrigerationUnits
    attr_accessor :percentCooled
    attr_accessor :percentHeated

    def initialize(totalGrossFloorArea = nil, enclosedFloorArea = nil, numberOfSportingEventsPerYear = nil, numberOfConcertShowEventsPerYear = nil, numberOfSpecialOtherEventsPerYear = nil, sizeOfElectronicScoreBoards = nil, iceEvents = nil, numberOfComputers = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil)
      @totalGrossFloorArea = totalGrossFloorArea
      @enclosedFloorArea = enclosedFloorArea
      @numberOfSportingEventsPerYear = numberOfSportingEventsPerYear
      @numberOfConcertShowEventsPerYear = numberOfConcertShowEventsPerYear
      @numberOfSpecialOtherEventsPerYear = numberOfSpecialOtherEventsPerYear
      @sizeOfElectronicScoreBoards = sizeOfElectronicScoreBoards
      @iceEvents = iceEvents
      @numberOfComputers = numberOfComputers
      @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits
      @percentCooled = percentCooled
      @percentHeated = percentHeated
    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)


5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
# File 'lib/portfolio_manager/xml.rb', line 5980

class StadiumOpenType

  # inner class for member: useDetails
  # {}useDetails
  # @!attribute [rw] totalGrossFloorArea
  #   @return [PortfolioManager::Xml::GrossFloorAreaType]
  # @!attribute [rw] enclosedFloorArea
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  # @!attribute [rw] numberOfSportingEventsPerYear
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] numberOfConcertShowEventsPerYear
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] numberOfSpecialOtherEventsPerYear
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] sizeOfElectronicScoreBoards
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  # @!attribute [rw] iceEvents
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] numberOfComputers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] numberOfWalkInRefrigerationUnits
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] percentCooled
  #   @return [PortfolioManager::Xml::PercentCooledType]
  # @!attribute [rw] percentHeated
  #   @return [PortfolioManager::Xml::PercentHeatedType]
  class UseDetails
    attr_accessor :totalGrossFloorArea
    attr_accessor :enclosedFloorArea
    attr_accessor :numberOfSportingEventsPerYear
    attr_accessor :numberOfConcertShowEventsPerYear
    attr_accessor :numberOfSpecialOtherEventsPerYear
    attr_accessor :sizeOfElectronicScoreBoards
    attr_accessor :iceEvents
    attr_accessor :numberOfComputers
    attr_accessor :numberOfWalkInRefrigerationUnits
    attr_accessor :percentCooled
    attr_accessor :percentHeated

    def initialize(totalGrossFloorArea = nil, enclosedFloorArea = nil, numberOfSportingEventsPerYear = nil, numberOfConcertShowEventsPerYear = nil, numberOfSpecialOtherEventsPerYear = nil, sizeOfElectronicScoreBoards = nil, iceEvents = nil, numberOfComputers = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil)
      @totalGrossFloorArea = totalGrossFloorArea
      @enclosedFloorArea = enclosedFloorArea
      @numberOfSportingEventsPerYear = numberOfSportingEventsPerYear
      @numberOfConcertShowEventsPerYear = numberOfConcertShowEventsPerYear
      @numberOfSpecialOtherEventsPerYear = numberOfSpecialOtherEventsPerYear
      @sizeOfElectronicScoreBoards = sizeOfElectronicScoreBoards
      @iceEvents = iceEvents
      @numberOfComputers = numberOfComputers
      @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits
      @percentCooled = percentCooled
      @percentHeated = percentHeated
    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::StadiumOpenType::UseDetails



5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
# File 'lib/portfolio_manager/xml.rb', line 5980

class StadiumOpenType

  # inner class for member: useDetails
  # {}useDetails
  # @!attribute [rw] totalGrossFloorArea
  #   @return [PortfolioManager::Xml::GrossFloorAreaType]
  # @!attribute [rw] enclosedFloorArea
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  # @!attribute [rw] numberOfSportingEventsPerYear
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] numberOfConcertShowEventsPerYear
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] numberOfSpecialOtherEventsPerYear
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] sizeOfElectronicScoreBoards
  #   @return [PortfolioManager::Xml::OptionalFloorAreaType]
  # @!attribute [rw] iceEvents
  #   @return [PortfolioManager::Xml::UseYesNoType]
  # @!attribute [rw] numberOfComputers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] numberOfWalkInRefrigerationUnits
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] percentCooled
  #   @return [PortfolioManager::Xml::PercentCooledType]
  # @!attribute [rw] percentHeated
  #   @return [PortfolioManager::Xml::PercentHeatedType]
  class UseDetails
    attr_accessor :totalGrossFloorArea
    attr_accessor :enclosedFloorArea
    attr_accessor :numberOfSportingEventsPerYear
    attr_accessor :numberOfConcertShowEventsPerYear
    attr_accessor :numberOfSpecialOtherEventsPerYear
    attr_accessor :sizeOfElectronicScoreBoards
    attr_accessor :iceEvents
    attr_accessor :numberOfComputers
    attr_accessor :numberOfWalkInRefrigerationUnits
    attr_accessor :percentCooled
    attr_accessor :percentHeated

    def initialize(totalGrossFloorArea = nil, enclosedFloorArea = nil, numberOfSportingEventsPerYear = nil, numberOfConcertShowEventsPerYear = nil, numberOfSpecialOtherEventsPerYear = nil, sizeOfElectronicScoreBoards = nil, iceEvents = nil, numberOfComputers = nil, numberOfWalkInRefrigerationUnits = nil, percentCooled = nil, percentHeated = nil)
      @totalGrossFloorArea = totalGrossFloorArea
      @enclosedFloorArea = enclosedFloorArea
      @numberOfSportingEventsPerYear = numberOfSportingEventsPerYear
      @numberOfConcertShowEventsPerYear = numberOfConcertShowEventsPerYear
      @numberOfSpecialOtherEventsPerYear = numberOfSpecialOtherEventsPerYear
      @sizeOfElectronicScoreBoards = sizeOfElectronicScoreBoards
      @iceEvents = iceEvents
      @numberOfComputers = numberOfComputers
      @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits
      @percentCooled = percentCooled
      @percentHeated = percentHeated
    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