Class: Faraday::Response::ActiveSupportJson
- Inherits:
-
Middleware
- Object
- Middleware
- Middleware
- Faraday::Response::ActiveSupportJson
- Defined in:
- lib/faraday/response/active_support_json.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(app) ⇒ ActiveSupportJson
constructor
A new instance of ActiveSupportJson.
Methods inherited from Middleware
Methods inherited from Middleware
loaded?, setup_parallel_manager
Constructor Details
#initialize(app) ⇒ ActiveSupportJson
Returns a new instance of ActiveSupportJson.
19 20 21 22 |
# File 'lib/faraday/response/active_support_json.rb', line 19 def initialize(app) super @parser = nil end |