class HTTParty::Request

Private Instance Methods

parse_response(body) click to toggle source
# File lib/punchtab/api.rb, line 252
def parse_response(body)
  begin
    parser.call(body, format)
  rescue Exception
    body
  end
end