class Andpush::JsonDeserializer

Public Instance Methods

received_response(response, _options) click to toggle source
# File lib/andpush/json_handler.rb, line 40
def received_response(response, _options)
  JsonResponse.new(response)
end