class Quickbooks::Service::Responses::OAuthHttpResponse
This class just proxies and returns a wrapped response so that callers can invoke a common interface
Public Class Methods
Source
# File lib/quickbooks/service/responses/oauth_http_response.rb, line 9 def self.wrap(response) Quickbooks::Service::Responses::OAuth2HttpResponse.new(response) end