Class: Faraday::Response::Yajl

Inherits:
Middleware show all
Defined in:
lib/faraday/response/yajl.rb

Instance Method Summary collapse

Methods inherited from Middleware

#call, register_on_complete

Methods inherited from Middleware

#create_form_params, #full_path_for, loaded?, #process_body_for_request, 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