class EventMachine::Smsified::JSONify
Used by em-http-request to parse the JSON coming in
Public Instance Methods
response(resp)
click to toggle source
# File lib/em-smsified/response.rb, line 20 def response(resp) resp.response = ResponseProxy.new(Yajl::Parser.parse(resp.response), resp.response) end