class SmoothOperator::RemoteCall::Faraday
Public Class Methods
new(response)
click to toggle source
# File lib/smooth_operator/remote_call/faraday.rb, line 7 def initialize(response) @response = response @body = response.body @headers = response.headers @http_status = response.status end