Class: PortfolioManager::Xml::SelfStorageFacilityType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::SelfStorageFacilityType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}selfStorageFacilityType
Defined Under Namespace
Classes: UseDetails
Instance Attribute Summary collapse
- #audit ⇒ PortfolioManager::Xml::LogType
- #name ⇒ Object
- #useDetails ⇒ PortfolioManager::Xml::SelfStorageFacilityType::UseDetails
Instance Method Summary collapse
-
#initialize(name = nil, useDetails = nil, audit = nil) ⇒ SelfStorageFacilityType
constructor
A new instance of SelfStorageFacilityType.
Constructor Details
#initialize(name = nil, useDetails = nil, audit = nil) ⇒ SelfStorageFacilityType
Returns a new instance of SelfStorageFacilityType.
6162 6163 6164 6165 6166 |
# File 'lib/portfolio_manager/xml.rb', line 6162 def initialize(name = nil, useDetails = nil, audit = nil) @name = name @useDetails = useDetails @audit = audit end |
Instance Attribute Details
#audit ⇒ PortfolioManager::Xml::LogType
6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 |
# File 'lib/portfolio_manager/xml.rb', line 6112 class SelfStorageFacilityType # 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] percentHeated # @return [PortfolioManager::Xml::PercentHeatedType] # @!attribute [rw] percentCooled # @return [PortfolioManager::Xml::PercentCooledType] # @!attribute [rw] numberOfComputers # @return [PortfolioManager::Xml::UseDecimalType] class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :weeklyOperatingHours attr_accessor :numberOfWorkers attr_accessor :percentUsedForColdStorage attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :clearHeight attr_accessor :percentHeated attr_accessor :percentCooled attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, = nil, numberOfWorkers = nil, percentUsedForColdStorage = nil, numberOfWalkInRefrigerationUnits = nil, clearHeight = nil, percentHeated = nil, percentCooled = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @weeklyOperatingHours = @numberOfWorkers = numberOfWorkers @percentUsedForColdStorage = percentUsedForColdStorage @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @clearHeight = clearHeight @percentHeated = percentHeated @percentCooled = percentCooled @numberOfComputers = numberOfComputers 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 |
#name ⇒ Object
6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 |
# File 'lib/portfolio_manager/xml.rb', line 6112 class SelfStorageFacilityType # 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] percentHeated # @return [PortfolioManager::Xml::PercentHeatedType] # @!attribute [rw] percentCooled # @return [PortfolioManager::Xml::PercentCooledType] # @!attribute [rw] numberOfComputers # @return [PortfolioManager::Xml::UseDecimalType] class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :weeklyOperatingHours attr_accessor :numberOfWorkers attr_accessor :percentUsedForColdStorage attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :clearHeight attr_accessor :percentHeated attr_accessor :percentCooled attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, = nil, numberOfWorkers = nil, percentUsedForColdStorage = nil, numberOfWalkInRefrigerationUnits = nil, clearHeight = nil, percentHeated = nil, percentCooled = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @weeklyOperatingHours = @numberOfWorkers = numberOfWorkers @percentUsedForColdStorage = percentUsedForColdStorage @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @clearHeight = clearHeight @percentHeated = percentHeated @percentCooled = percentCooled @numberOfComputers = numberOfComputers 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 |
#useDetails ⇒ PortfolioManager::Xml::SelfStorageFacilityType::UseDetails
6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 |
# File 'lib/portfolio_manager/xml.rb', line 6112 class SelfStorageFacilityType # 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] percentHeated # @return [PortfolioManager::Xml::PercentHeatedType] # @!attribute [rw] percentCooled # @return [PortfolioManager::Xml::PercentCooledType] # @!attribute [rw] numberOfComputers # @return [PortfolioManager::Xml::UseDecimalType] class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :weeklyOperatingHours attr_accessor :numberOfWorkers attr_accessor :percentUsedForColdStorage attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :clearHeight attr_accessor :percentHeated attr_accessor :percentCooled attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, = nil, numberOfWorkers = nil, percentUsedForColdStorage = nil, numberOfWalkInRefrigerationUnits = nil, clearHeight = nil, percentHeated = nil, percentCooled = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @weeklyOperatingHours = @numberOfWorkers = numberOfWorkers @percentUsedForColdStorage = percentUsedForColdStorage @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @clearHeight = clearHeight @percentHeated = percentHeated @percentCooled = percentCooled @numberOfComputers = numberOfComputers 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 |