# File lib/fog/network/openstack/requests/get_quotas.rb, line 15 def get_quotas response = Excon::Response.new response.status = 200 response.body = { 'quotas' => data[:quotas] } response end