Class: PortfolioManager::Xml::OtherStadiumType

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

Overview

{}otherStadiumType

Defined Under Namespace

Classes: UseDetails

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of OtherStadiumType.



5894
5895
5896
5897
5898
# File 'lib/portfolio_manager/xml.rb', line 5894

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

Instance Attribute Details

#auditPortfolioManager::Xml::LogType



5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
# File 'lib/portfolio_manager/xml.rb', line 5836

class OtherStadiumType

  # 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)


5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
# File 'lib/portfolio_manager/xml.rb', line 5836

class OtherStadiumType

  # 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::OtherStadiumType::UseDetails



5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
# File 'lib/portfolio_manager/xml.rb', line 5836

class OtherStadiumType

  # 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