Class: PortfolioManager::Xml::WorshipFacilityType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::WorshipFacilityType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}worshipFacilityType
Defined Under Namespace
Classes: UseDetails
Instance Attribute Summary collapse
- #audit ⇒ PortfolioManager::Xml::LogType
- #name ⇒ Object
- #useDetails ⇒ PortfolioManager::Xml::WorshipFacilityType::UseDetails
Instance Method Summary collapse
-
#initialize(name = nil, useDetails = nil, audit = nil) ⇒ WorshipFacilityType
constructor
A new instance of WorshipFacilityType.
Constructor Details
#initialize(name = nil, useDetails = nil, audit = nil) ⇒ WorshipFacilityType
Returns a new instance of WorshipFacilityType.
4966 4967 4968 4969 4970 |
# File 'lib/portfolio_manager/xml.rb', line 4966 def initialize(name = nil, useDetails = nil, audit = nil) @name = name @useDetails = useDetails @audit = audit end |
Instance Attribute Details
#audit ⇒ PortfolioManager::Xml::LogType
4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 |
# File 'lib/portfolio_manager/xml.rb', line 4908 class WorshipFacilityType # inner class for member: useDetails # {}useDetails # @!attribute [rw] totalGrossFloorArea # @return [PortfolioManager::Xml::GrossFloorAreaType] # @!attribute [rw] weeklyOperatingHours # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] seatingCapacity # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] ceilingHeight # @return [PortfolioManager::Xml::CeilingHeightUnitsType] # @!attribute [rw] cookingFacilities # @return [PortfolioManager::Xml::UseYesNoType] # @!attribute [rw] grossFloorAreaUsedForFoodPreparation # @return [PortfolioManager::Xml::OptionalFloorAreaType] # @!attribute [rw] numberOfWeekdaysOpen # @return [PortfolioManager::Xml::NumberOfWeekdaysType] # @!attribute [rw] numberOfComputers # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] numberOfCommercialRefrigerationUnits # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] percentHeated # @return [PortfolioManager::Xml::PercentHeatedType] # @!attribute [rw] percentCooled # @return [PortfolioManager::Xml::PercentCooledType] class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :weeklyOperatingHours attr_accessor :seatingCapacity attr_accessor :ceilingHeight attr_accessor :cookingFacilities attr_accessor :grossFloorAreaUsedForFoodPreparation attr_accessor :numberOfWeekdaysOpen attr_accessor :numberOfComputers attr_accessor :numberOfCommercialRefrigerationUnits attr_accessor :percentHeated attr_accessor :percentCooled def initialize(totalGrossFloorArea = nil, = nil, seatingCapacity = nil, ceilingHeight = nil, cookingFacilities = nil, grossFloorAreaUsedForFoodPreparation = nil, numberOfWeekdaysOpen = nil, numberOfComputers = nil, numberOfCommercialRefrigerationUnits = nil, percentHeated = nil, percentCooled = nil) @totalGrossFloorArea = totalGrossFloorArea @weeklyOperatingHours = @seatingCapacity = seatingCapacity @ceilingHeight = ceilingHeight @cookingFacilities = cookingFacilities @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation @numberOfWeekdaysOpen = numberOfWeekdaysOpen @numberOfComputers = numberOfComputers @numberOfCommercialRefrigerationUnits = numberOfCommercialRefrigerationUnits @percentHeated = percentHeated @percentCooled = percentCooled 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
4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 |
# File 'lib/portfolio_manager/xml.rb', line 4908 class WorshipFacilityType # inner class for member: useDetails # {}useDetails # @!attribute [rw] totalGrossFloorArea # @return [PortfolioManager::Xml::GrossFloorAreaType] # @!attribute [rw] weeklyOperatingHours # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] seatingCapacity # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] ceilingHeight # @return [PortfolioManager::Xml::CeilingHeightUnitsType] # @!attribute [rw] cookingFacilities # @return [PortfolioManager::Xml::UseYesNoType] # @!attribute [rw] grossFloorAreaUsedForFoodPreparation # @return [PortfolioManager::Xml::OptionalFloorAreaType] # @!attribute [rw] numberOfWeekdaysOpen # @return [PortfolioManager::Xml::NumberOfWeekdaysType] # @!attribute [rw] numberOfComputers # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] numberOfCommercialRefrigerationUnits # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] percentHeated # @return [PortfolioManager::Xml::PercentHeatedType] # @!attribute [rw] percentCooled # @return [PortfolioManager::Xml::PercentCooledType] class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :weeklyOperatingHours attr_accessor :seatingCapacity attr_accessor :ceilingHeight attr_accessor :cookingFacilities attr_accessor :grossFloorAreaUsedForFoodPreparation attr_accessor :numberOfWeekdaysOpen attr_accessor :numberOfComputers attr_accessor :numberOfCommercialRefrigerationUnits attr_accessor :percentHeated attr_accessor :percentCooled def initialize(totalGrossFloorArea = nil, = nil, seatingCapacity = nil, ceilingHeight = nil, cookingFacilities = nil, grossFloorAreaUsedForFoodPreparation = nil, numberOfWeekdaysOpen = nil, numberOfComputers = nil, numberOfCommercialRefrigerationUnits = nil, percentHeated = nil, percentCooled = nil) @totalGrossFloorArea = totalGrossFloorArea @weeklyOperatingHours = @seatingCapacity = seatingCapacity @ceilingHeight = ceilingHeight @cookingFacilities = cookingFacilities @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation @numberOfWeekdaysOpen = numberOfWeekdaysOpen @numberOfComputers = numberOfComputers @numberOfCommercialRefrigerationUnits = numberOfCommercialRefrigerationUnits @percentHeated = percentHeated @percentCooled = percentCooled 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::WorshipFacilityType::UseDetails
4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 |
# File 'lib/portfolio_manager/xml.rb', line 4908 class WorshipFacilityType # inner class for member: useDetails # {}useDetails # @!attribute [rw] totalGrossFloorArea # @return [PortfolioManager::Xml::GrossFloorAreaType] # @!attribute [rw] weeklyOperatingHours # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] seatingCapacity # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] ceilingHeight # @return [PortfolioManager::Xml::CeilingHeightUnitsType] # @!attribute [rw] cookingFacilities # @return [PortfolioManager::Xml::UseYesNoType] # @!attribute [rw] grossFloorAreaUsedForFoodPreparation # @return [PortfolioManager::Xml::OptionalFloorAreaType] # @!attribute [rw] numberOfWeekdaysOpen # @return [PortfolioManager::Xml::NumberOfWeekdaysType] # @!attribute [rw] numberOfComputers # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] numberOfCommercialRefrigerationUnits # @return [PortfolioManager::Xml::UseDecimalType] # @!attribute [rw] percentHeated # @return [PortfolioManager::Xml::PercentHeatedType] # @!attribute [rw] percentCooled # @return [PortfolioManager::Xml::PercentCooledType] class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :weeklyOperatingHours attr_accessor :seatingCapacity attr_accessor :ceilingHeight attr_accessor :cookingFacilities attr_accessor :grossFloorAreaUsedForFoodPreparation attr_accessor :numberOfWeekdaysOpen attr_accessor :numberOfComputers attr_accessor :numberOfCommercialRefrigerationUnits attr_accessor :percentHeated attr_accessor :percentCooled def initialize(totalGrossFloorArea = nil, = nil, seatingCapacity = nil, ceilingHeight = nil, cookingFacilities = nil, grossFloorAreaUsedForFoodPreparation = nil, numberOfWeekdaysOpen = nil, numberOfComputers = nil, numberOfCommercialRefrigerationUnits = nil, percentHeated = nil, percentCooled = nil) @totalGrossFloorArea = totalGrossFloorArea @weeklyOperatingHours = @seatingCapacity = seatingCapacity @ceilingHeight = ceilingHeight @cookingFacilities = cookingFacilities @grossFloorAreaUsedForFoodPreparation = grossFloorAreaUsedForFoodPreparation @numberOfWeekdaysOpen = numberOfWeekdaysOpen @numberOfComputers = numberOfComputers @numberOfCommercialRefrigerationUnits = numberOfCommercialRefrigerationUnits @percentHeated = percentHeated @percentCooled = percentCooled 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 |