# File lib/fog/dns/openstack/v1/requests/get_quota.rb, line 16 def get_quota(_project_id) response = Excon::Response.new response.status = 200 response.body = data[:quota_updated] || data[:quota] response end