Class: HttpTest::HttpMethods::Response::BlankResponse

Inherits:
Object
  • Object
show all
Includes:
FaradayHelper
Defined in:
lib/http-test/http_methods.rb

Instance Attribute Summary

Attributes included from FaradayHelper

#faraday_response

Instance Method Summary collapse

Constructor Details

#initialize(faraday_response) ⇒ BlankResponse

Returns a new instance of BlankResponse.



25
26
27
# File 'lib/http-test/http_methods.rb', line 25

def initialize(faraday_response)
  self.faraday_response = faraday_response
end