Class: VCR::Middleware::Excon::Response
- Inherits:
-
Excon::Middleware::Base
- Object
- Excon::Middleware::Base
- VCR::Middleware::Excon::Response
- Defined in:
- lib/vcr/middleware/excon.rb
Overview
One part of the Excon middleware that uses VCR to record and replay HTTP requests made through Excon.
Instance Method Summary collapse
Instance Method Details
#error_call(params) ⇒ Object
37 38 39 40 |
# File 'lib/vcr/middleware/excon.rb', line 37 def error_call(params) complete_request(params) super end |
#response_call(params) ⇒ Object
32 33 34 35 |
# File 'lib/vcr/middleware/excon.rb', line 32 def response_call(params) complete_request(params) super end |