Class: Partigirb::Handlers::JSONHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/partigirb/handlers/json_handler.rb

Instance Method Summary collapse

Instance Method Details

#decode_response(body) ⇒ Object



4
5
6
7
# File 'lib/partigirb/handlers/json_handler.rb', line 4

def decode_response( body )
  # TODO: Implement when API JSON format is ready
  body
end