class Quickbooks::Service::Responses::OAuth2HttpResponse

def headers

def headers
  if @real_response.respond_to?(:headers)
    @real_response.headers
  else
    nil
  end
end