Class: PortfolioManager::Xml::MedicalOfficeType::UseDetails
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::MedicalOfficeType::UseDetails
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
inner class for member: useDetails {}useDetails
Instance Attribute Summary collapse
- #numberOfComputers ⇒ PortfolioManager::Xml::UseDecimalType
- #numberOfMriMachines ⇒ PortfolioManager::Xml::UseDecimalType
- #numberOfSurgicalOperatingBeds ⇒ PortfolioManager::Xml::UseDecimalType
- #numberOfWorkers ⇒ PortfolioManager::Xml::UseDecimalType
- #percentCooled ⇒ PortfolioManager::Xml::PercentCooledType
- #percentHeated ⇒ PortfolioManager::Xml::PercentHeatedType
- #surgeryCenterFloorArea ⇒ PortfolioManager::Xml::OptionalFloorAreaType
- #totalGrossFloorArea ⇒ PortfolioManager::Xml::GrossFloorAreaType
- #weeklyOperatingHours ⇒ PortfolioManager::Xml::UseDecimalType
Instance Method Summary collapse
-
#initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, weeklyOperatingHours = nil, numberOfSurgicalOperatingBeds = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) ⇒ UseDetails
constructor
A new instance of UseDetails.
Constructor Details
#initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, weeklyOperatingHours = nil, numberOfSurgicalOperatingBeds = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) ⇒ UseDetails
Returns a new instance of UseDetails.
4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 |
# File 'lib/portfolio_manager/xml.rb', line 4097 def initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, = nil, = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @numberOfWorkers = numberOfWorkers @percentCooled = percentCooled @percentHeated = percentHeated @weeklyOperatingHours = @numberOfSurgicalOperatingBeds = @surgeryCenterFloorArea = surgeryCenterFloorArea @numberOfMriMachines = numberOfMriMachines @numberOfComputers = numberOfComputers end |
Instance Attribute Details
#numberOfComputers ⇒ PortfolioManager::Xml::UseDecimalType
4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 |
# File 'lib/portfolio_manager/xml.rb', line 4086 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :numberOfWorkers attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :weeklyOperatingHours attr_accessor :numberOfSurgicalOperatingBeds attr_accessor :surgeryCenterFloorArea attr_accessor :numberOfMriMachines attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, = nil, = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @numberOfWorkers = numberOfWorkers @percentCooled = percentCooled @percentHeated = percentHeated @weeklyOperatingHours = @numberOfSurgicalOperatingBeds = @surgeryCenterFloorArea = surgeryCenterFloorArea @numberOfMriMachines = numberOfMriMachines @numberOfComputers = numberOfComputers end end |
#numberOfMriMachines ⇒ PortfolioManager::Xml::UseDecimalType
4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 |
# File 'lib/portfolio_manager/xml.rb', line 4086 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :numberOfWorkers attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :weeklyOperatingHours attr_accessor :numberOfSurgicalOperatingBeds attr_accessor :surgeryCenterFloorArea attr_accessor :numberOfMriMachines attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, = nil, = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @numberOfWorkers = numberOfWorkers @percentCooled = percentCooled @percentHeated = percentHeated @weeklyOperatingHours = @numberOfSurgicalOperatingBeds = @surgeryCenterFloorArea = surgeryCenterFloorArea @numberOfMriMachines = numberOfMriMachines @numberOfComputers = numberOfComputers end end |
#numberOfSurgicalOperatingBeds ⇒ PortfolioManager::Xml::UseDecimalType
4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 |
# File 'lib/portfolio_manager/xml.rb', line 4086 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :numberOfWorkers attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :weeklyOperatingHours attr_accessor :numberOfSurgicalOperatingBeds attr_accessor :surgeryCenterFloorArea attr_accessor :numberOfMriMachines attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, = nil, = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @numberOfWorkers = numberOfWorkers @percentCooled = percentCooled @percentHeated = percentHeated @weeklyOperatingHours = @numberOfSurgicalOperatingBeds = @surgeryCenterFloorArea = surgeryCenterFloorArea @numberOfMriMachines = numberOfMriMachines @numberOfComputers = numberOfComputers end end |
#numberOfWorkers ⇒ PortfolioManager::Xml::UseDecimalType
4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 |
# File 'lib/portfolio_manager/xml.rb', line 4086 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :numberOfWorkers attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :weeklyOperatingHours attr_accessor :numberOfSurgicalOperatingBeds attr_accessor :surgeryCenterFloorArea attr_accessor :numberOfMriMachines attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, = nil, = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @numberOfWorkers = numberOfWorkers @percentCooled = percentCooled @percentHeated = percentHeated @weeklyOperatingHours = @numberOfSurgicalOperatingBeds = @surgeryCenterFloorArea = surgeryCenterFloorArea @numberOfMriMachines = numberOfMriMachines @numberOfComputers = numberOfComputers end end |
#percentCooled ⇒ PortfolioManager::Xml::PercentCooledType
4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 |
# File 'lib/portfolio_manager/xml.rb', line 4086 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :numberOfWorkers attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :weeklyOperatingHours attr_accessor :numberOfSurgicalOperatingBeds attr_accessor :surgeryCenterFloorArea attr_accessor :numberOfMriMachines attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, = nil, = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @numberOfWorkers = numberOfWorkers @percentCooled = percentCooled @percentHeated = percentHeated @weeklyOperatingHours = @numberOfSurgicalOperatingBeds = @surgeryCenterFloorArea = surgeryCenterFloorArea @numberOfMriMachines = numberOfMriMachines @numberOfComputers = numberOfComputers end end |
#percentHeated ⇒ PortfolioManager::Xml::PercentHeatedType
4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 |
# File 'lib/portfolio_manager/xml.rb', line 4086 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :numberOfWorkers attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :weeklyOperatingHours attr_accessor :numberOfSurgicalOperatingBeds attr_accessor :surgeryCenterFloorArea attr_accessor :numberOfMriMachines attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, = nil, = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @numberOfWorkers = numberOfWorkers @percentCooled = percentCooled @percentHeated = percentHeated @weeklyOperatingHours = @numberOfSurgicalOperatingBeds = @surgeryCenterFloorArea = surgeryCenterFloorArea @numberOfMriMachines = numberOfMriMachines @numberOfComputers = numberOfComputers end end |
#surgeryCenterFloorArea ⇒ PortfolioManager::Xml::OptionalFloorAreaType
4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 |
# File 'lib/portfolio_manager/xml.rb', line 4086 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :numberOfWorkers attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :weeklyOperatingHours attr_accessor :numberOfSurgicalOperatingBeds attr_accessor :surgeryCenterFloorArea attr_accessor :numberOfMriMachines attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, = nil, = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @numberOfWorkers = numberOfWorkers @percentCooled = percentCooled @percentHeated = percentHeated @weeklyOperatingHours = @numberOfSurgicalOperatingBeds = @surgeryCenterFloorArea = surgeryCenterFloorArea @numberOfMriMachines = numberOfMriMachines @numberOfComputers = numberOfComputers end end |
#totalGrossFloorArea ⇒ PortfolioManager::Xml::GrossFloorAreaType
4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 |
# File 'lib/portfolio_manager/xml.rb', line 4086 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :numberOfWorkers attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :weeklyOperatingHours attr_accessor :numberOfSurgicalOperatingBeds attr_accessor :surgeryCenterFloorArea attr_accessor :numberOfMriMachines attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, = nil, = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @numberOfWorkers = numberOfWorkers @percentCooled = percentCooled @percentHeated = percentHeated @weeklyOperatingHours = @numberOfSurgicalOperatingBeds = @surgeryCenterFloorArea = surgeryCenterFloorArea @numberOfMriMachines = numberOfMriMachines @numberOfComputers = numberOfComputers end end |
#weeklyOperatingHours ⇒ PortfolioManager::Xml::UseDecimalType
4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 |
# File 'lib/portfolio_manager/xml.rb', line 4086 class UseDetails attr_accessor :totalGrossFloorArea attr_accessor :numberOfWorkers attr_accessor :percentCooled attr_accessor :percentHeated attr_accessor :weeklyOperatingHours attr_accessor :numberOfSurgicalOperatingBeds attr_accessor :surgeryCenterFloorArea attr_accessor :numberOfMriMachines attr_accessor :numberOfComputers def initialize(totalGrossFloorArea = nil, numberOfWorkers = nil, percentCooled = nil, percentHeated = nil, = nil, = nil, surgeryCenterFloorArea = nil, numberOfMriMachines = nil, numberOfComputers = nil) @totalGrossFloorArea = totalGrossFloorArea @numberOfWorkers = numberOfWorkers @percentCooled = percentCooled @percentHeated = percentHeated @weeklyOperatingHours = @numberOfSurgicalOperatingBeds = @surgeryCenterFloorArea = surgeryCenterFloorArea @numberOfMriMachines = numberOfMriMachines @numberOfComputers = numberOfComputers end end |