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