Class: PeopleDoc::ResponseHandlers::BaseHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/people_doc/response_handlers.rb

Instance Method Summary collapse

Constructor Details

#initialize(httparty) ⇒ BaseHandler

Returns a new instance of BaseHandler.



5
6
7
# File 'lib/people_doc/response_handlers.rb', line 5

def initialize(httparty)
  @httparty = httparty
end