291 292 293 294 295
# File 'lib/ibm_power_hmc/schema/uom.rb', line 291 def io_slots xml.get_elements("PartitionIOConfiguration/ProfileIOSlots/ProfileIOSlot/AssociatedIOSlot").map do |elem| IOSlot.new(elem) end.compact end