# File lib/fog/libvirt/models/compute/pool.rb, line 21
        def initialize(attributes={} )
          # Can be created by passing in XML
          @xml = attributes.delete(:xml)
          super(attributes)
        end