Object
Creates a new Response object, which standardizes the response received by Facebook for use within Koala.
# File lib/koala/http_service/response.rb, line 7 def initialize(status, body, headers) @status = status @body = body @headers = headers end