Method: ServiceResponse#http_request_params

Defined in:
app/models/service_response.rb

#http_request_paramsObject

This value is not stored in db, but is set temporarily so the http request params can easily be passed around with a response object.



175
176
177
# File 'app/models/service_response.rb', line 175

def http_request_params
  @http_request_params
end