class PeopleDoc::ResponseHandlers::BaseHandler

Public Class Methods

new(httparty) click to toggle source
# File lib/people_doc/response_handlers.rb, line 5
def initialize(httparty)
  @httparty = httparty
end