# File lib/fog/xenserver/models/compute/pools.rb, line 16 def all(options = {}) data = service.get_records 'pool' load(data) end