Class: PortfolioManager::Xml::NonRefrigeratedWarehouseType

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

Overview

{}nonRefrigeratedWarehouseType

Defined Under Namespace

Classes: UseDetails

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NonRefrigeratedWarehouseType.



4314
4315
4316
4317
4318
# File 'lib/portfolio_manager/xml.rb', line 4314

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

Instance Attribute Details

#auditPortfolioManager::Xml::LogType



4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
# File 'lib/portfolio_manager/xml.rb', line 4268

class NonRefrigeratedWarehouseType

  # inner class for member: useDetails
  # {}useDetails
  # @!attribute [rw] totalGrossFloorArea
  #   @return [PortfolioManager::Xml::GrossFloorAreaType]
  # @!attribute [rw] weeklyOperatingHours
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] numberOfWorkers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] percentUsedForColdStorage
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] numberOfWalkInRefrigerationUnits
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] clearHeight
  #   @return [PortfolioManager::Xml::ClearHeightUnitsType]
  # @!attribute [rw] percentCooled
  #   @return [PortfolioManager::Xml::PercentCooledType]
  # @!attribute [rw] percentHeated
  #   @return [PortfolioManager::Xml::PercentHeatedType]
  class UseDetails
    attr_accessor :totalGrossFloorArea
    attr_accessor :weeklyOperatingHours
    attr_accessor :numberOfWorkers
    attr_accessor :percentUsedForColdStorage
    attr_accessor :numberOfWalkInRefrigerationUnits
    attr_accessor :clearHeight
    attr_accessor :percentCooled
    attr_accessor :percentHeated

    def initialize(totalGrossFloorArea = nil, weeklyOperatingHours = nil, numberOfWorkers = nil, percentUsedForColdStorage = nil, numberOfWalkInRefrigerationUnits = nil, clearHeight = nil, percentCooled = nil, percentHeated = nil)
      @totalGrossFloorArea = totalGrossFloorArea
      @weeklyOperatingHours = weeklyOperatingHours
      @numberOfWorkers = numberOfWorkers
      @percentUsedForColdStorage = percentUsedForColdStorage
      @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits
      @clearHeight = clearHeight
      @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)


4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
# File 'lib/portfolio_manager/xml.rb', line 4268

class NonRefrigeratedWarehouseType

  # inner class for member: useDetails
  # {}useDetails
  # @!attribute [rw] totalGrossFloorArea
  #   @return [PortfolioManager::Xml::GrossFloorAreaType]
  # @!attribute [rw] weeklyOperatingHours
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] numberOfWorkers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] percentUsedForColdStorage
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] numberOfWalkInRefrigerationUnits
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] clearHeight
  #   @return [PortfolioManager::Xml::ClearHeightUnitsType]
  # @!attribute [rw] percentCooled
  #   @return [PortfolioManager::Xml::PercentCooledType]
  # @!attribute [rw] percentHeated
  #   @return [PortfolioManager::Xml::PercentHeatedType]
  class UseDetails
    attr_accessor :totalGrossFloorArea
    attr_accessor :weeklyOperatingHours
    attr_accessor :numberOfWorkers
    attr_accessor :percentUsedForColdStorage
    attr_accessor :numberOfWalkInRefrigerationUnits
    attr_accessor :clearHeight
    attr_accessor :percentCooled
    attr_accessor :percentHeated

    def initialize(totalGrossFloorArea = nil, weeklyOperatingHours = nil, numberOfWorkers = nil, percentUsedForColdStorage = nil, numberOfWalkInRefrigerationUnits = nil, clearHeight = nil, percentCooled = nil, percentHeated = nil)
      @totalGrossFloorArea = totalGrossFloorArea
      @weeklyOperatingHours = weeklyOperatingHours
      @numberOfWorkers = numberOfWorkers
      @percentUsedForColdStorage = percentUsedForColdStorage
      @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits
      @clearHeight = clearHeight
      @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::NonRefrigeratedWarehouseType::UseDetails



4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
# File 'lib/portfolio_manager/xml.rb', line 4268

class NonRefrigeratedWarehouseType

  # inner class for member: useDetails
  # {}useDetails
  # @!attribute [rw] totalGrossFloorArea
  #   @return [PortfolioManager::Xml::GrossFloorAreaType]
  # @!attribute [rw] weeklyOperatingHours
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] numberOfWorkers
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] percentUsedForColdStorage
  #   @return [PortfolioManager::Xml::UseIntegerType]
  # @!attribute [rw] numberOfWalkInRefrigerationUnits
  #   @return [PortfolioManager::Xml::UseDecimalType]
  # @!attribute [rw] clearHeight
  #   @return [PortfolioManager::Xml::ClearHeightUnitsType]
  # @!attribute [rw] percentCooled
  #   @return [PortfolioManager::Xml::PercentCooledType]
  # @!attribute [rw] percentHeated
  #   @return [PortfolioManager::Xml::PercentHeatedType]
  class UseDetails
    attr_accessor :totalGrossFloorArea
    attr_accessor :weeklyOperatingHours
    attr_accessor :numberOfWorkers
    attr_accessor :percentUsedForColdStorage
    attr_accessor :numberOfWalkInRefrigerationUnits
    attr_accessor :clearHeight
    attr_accessor :percentCooled
    attr_accessor :percentHeated

    def initialize(totalGrossFloorArea = nil, weeklyOperatingHours = nil, numberOfWorkers = nil, percentUsedForColdStorage = nil, numberOfWalkInRefrigerationUnits = nil, clearHeight = nil, percentCooled = nil, percentHeated = nil)
      @totalGrossFloorArea = totalGrossFloorArea
      @weeklyOperatingHours = weeklyOperatingHours
      @numberOfWorkers = numberOfWorkers
      @percentUsedForColdStorage = percentUsedForColdStorage
      @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits
      @clearHeight = clearHeight
      @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