# File lib/fog/rackspace/models/cdn_v2/services.rb, line 10 def all(options={}) data = service.list_services(options).body['services'] load(data) end