# File lib/fog/rackspace/models/databases/instances.rb, line 11 def all data = connection.list_instances.body['instances'] load(data) end