Method: ApimaticCalculator::BaseController#new_response_handler
- Defined in:
- lib/apimatic_calculator/controllers/base_controller.rb
#new_response_handler ⇒ ResponseHandler
Creates a new instance of the response handler.
51 52 53 |
# File 'lib/apimatic_calculator/controllers/base_controller.rb', line 51 def new_response_handler ResponseHandler.new end |