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