Class: HttpTest::HttpMethods::Response::BlankResponse
- Inherits:
-
Object
- Object
- HttpTest::HttpMethods::Response::BlankResponse
- Includes:
- FaradayHelper
- Defined in:
- lib/http-test/http_methods.rb
Instance Attribute Summary
Attributes included from FaradayHelper
Instance Method Summary collapse
-
#initialize(faraday_response) ⇒ BlankResponse
constructor
A new instance of BlankResponse.
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 |