Class: PortfolioManager::Xml::FoodSalesType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::FoodSalesType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}foodSalesType
Defined Under Namespace
Classes: UseDetails
Instance Attribute Summary collapse
- #audit ⇒ PortfolioManager::Xml::LogType
- #name ⇒ Object
- #useDetails ⇒ PortfolioManager::Xml::FoodSalesType::UseDetails
Instance Method Summary collapse
-
#initialize(name = nil, useDetails = nil, audit = nil) ⇒ FoodSalesType
constructor
A new instance of FoodSalesType.
Constructor Details
#initialize(name = nil, useDetails = nil, audit = nil) ⇒ FoodSalesType
Returns a new instance of FoodSalesType.
5246 5247 5248 5249 5250 |
# File 'lib/portfolio_manager/xml.rb', line 5246 def initialize(name = nil, useDetails = nil, audit = nil) @name = name @useDetails = useDetails @audit = audit end |
Instance Attribute Details
#audit ⇒ PortfolioManager::Xml::LogType
5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/portfolio_manager/xml.rb', line 5184 class FoodSalesType # 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] numberOfComputers # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] cookingFacilities # @return [PortfolioManager::Xml::UseYesNoType] # @!attribute [rw] numberOfWalkInRefrigerationUnits # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] numberOfOpenClosedRefrigerationUnits # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] numberOfCashRegisters # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] percentCooled # @return [PortfolioManager::Xml::PercentCooledType] # @!attribute [rw] percentHeated # @return [PortfolioManager::Xml::PercentHeatedType] # @!attribute [rw] areaOfAllWalkInRefrigerationUnits # @return [PortfolioManager::Xml::OptionalFloorAreaType] # @!attribute [rw] lengthOfAllOpenClosedRefrigerationUnits # @return [PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType] class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :weeklyOperatingHours attr_accessor :numberOfWorkers attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :numberOfOpenClosedRefrigerationUnits attr_accessor :numberOfCashRegisters attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :areaOfAllWalkInRefrigerationUnits attr_accessor :lengthOfAllOpenClosedRefrigerationUnits def initialize(totalGrossFloorArea = nil, = nil, numberOfWorkers = nil, numberOfComputers = nil, cookingFacilities = nil, numberOfWalkInRefrigerationUnits = nil, numberOfOpenClosedRefrigerationUnits = nil, numberOfCashRegisters = nil, percentCooled = nil, percentHeated = nil, areaOfAllWalkInRefrigerationUnits = nil, lengthOfAllOpenClosedRefrigerationUnits = nil) @totalGrossFloorArea = totalGrossFloorArea @weeklyOperatingHours = @numberOfWorkers = numberOfWorkers @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @numberOfOpenClosedRefrigerationUnits = numberOfOpenClosedRefrigerationUnits @numberOfCashRegisters = numberOfCashRegisters @percentCooled = percentCooled @percentHeated = percentHeated @areaOfAllWalkInRefrigerationUnits = areaOfAllWalkInRefrigerationUnits @lengthOfAllOpenClosedRefrigerationUnits = lengthOfAllOpenClosedRefrigerationUnits 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
5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/portfolio_manager/xml.rb', line 5184 class FoodSalesType # 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] numberOfComputers # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] cookingFacilities # @return [PortfolioManager::Xml::UseYesNoType] # @!attribute [rw] numberOfWalkInRefrigerationUnits # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] numberOfOpenClosedRefrigerationUnits # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] numberOfCashRegisters # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] percentCooled # @return [PortfolioManager::Xml::PercentCooledType] # @!attribute [rw] percentHeated # @return [PortfolioManager::Xml::PercentHeatedType] # @!attribute [rw] areaOfAllWalkInRefrigerationUnits # @return [PortfolioManager::Xml::OptionalFloorAreaType] # @!attribute [rw] lengthOfAllOpenClosedRefrigerationUnits # @return [PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType] class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :weeklyOperatingHours attr_accessor :numberOfWorkers attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :numberOfOpenClosedRefrigerationUnits attr_accessor :numberOfCashRegisters attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :areaOfAllWalkInRefrigerationUnits attr_accessor :lengthOfAllOpenClosedRefrigerationUnits def initialize(totalGrossFloorArea = nil, = nil, numberOfWorkers = nil, numberOfComputers = nil, cookingFacilities = nil, numberOfWalkInRefrigerationUnits = nil, numberOfOpenClosedRefrigerationUnits = nil, numberOfCashRegisters = nil, percentCooled = nil, percentHeated = nil, areaOfAllWalkInRefrigerationUnits = nil, lengthOfAllOpenClosedRefrigerationUnits = nil) @totalGrossFloorArea = totalGrossFloorArea @weeklyOperatingHours = @numberOfWorkers = numberOfWorkers @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @numberOfOpenClosedRefrigerationUnits = numberOfOpenClosedRefrigerationUnits @numberOfCashRegisters = numberOfCashRegisters @percentCooled = percentCooled @percentHeated = percentHeated @areaOfAllWalkInRefrigerationUnits = areaOfAllWalkInRefrigerationUnits @lengthOfAllOpenClosedRefrigerationUnits = lengthOfAllOpenClosedRefrigerationUnits 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::FoodSalesType::UseDetails
5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/portfolio_manager/xml.rb', line 5184 class FoodSalesType # 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] numberOfComputers # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] cookingFacilities # @return [PortfolioManager::Xml::UseYesNoType] # @!attribute [rw] numberOfWalkInRefrigerationUnits # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] numberOfOpenClosedRefrigerationUnits # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] numberOfCashRegisters # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] percentCooled # @return [PortfolioManager::Xml::PercentCooledType] # @!attribute [rw] percentHeated # @return [PortfolioManager::Xml::PercentHeatedType] # @!attribute [rw] areaOfAllWalkInRefrigerationUnits # @return [PortfolioManager::Xml::OptionalFloorAreaType] # @!attribute [rw] lengthOfAllOpenClosedRefrigerationUnits # @return [PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType] class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :weeklyOperatingHours attr_accessor :numberOfWorkers attr_accessor :numberOfComputers attr_accessor :cookingFacilities attr_accessor :numberOfWalkInRefrigerationUnits attr_accessor :numberOfOpenClosedRefrigerationUnits attr_accessor :numberOfCashRegisters attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :areaOfAllWalkInRefrigerationUnits attr_accessor :lengthOfAllOpenClosedRefrigerationUnits def initialize(totalGrossFloorArea = nil, = nil, numberOfWorkers = nil, numberOfComputers = nil, cookingFacilities = nil, numberOfWalkInRefrigerationUnits = nil, numberOfOpenClosedRefrigerationUnits = nil, numberOfCashRegisters = nil, percentCooled = nil, percentHeated = nil, areaOfAllWalkInRefrigerationUnits = nil, lengthOfAllOpenClosedRefrigerationUnits = nil) @totalGrossFloorArea = totalGrossFloorArea @weeklyOperatingHours = @numberOfWorkers = numberOfWorkers @numberOfComputers = numberOfComputers @cookingFacilities = cookingFacilities @numberOfWalkInRefrigerationUnits = numberOfWalkInRefrigerationUnits @numberOfOpenClosedRefrigerationUnits = numberOfOpenClosedRefrigerationUnits @numberOfCashRegisters = numberOfCashRegisters @percentCooled = percentCooled @percentHeated = percentHeated @areaOfAllWalkInRefrigerationUnits = areaOfAllWalkInRefrigerationUnits @lengthOfAllOpenClosedRefrigerationUnits = lengthOfAllOpenClosedRefrigerationUnits 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 |