class HttpTest::HttpMethods::Response::BlankResponse

Public Class Methods

new(faraday_response) click to toggle source
# File lib/http-test/http_methods.rb, line 25
def initialize(faraday_response)
  self.faraday_response = faraday_response
end