module Codeship::Response

Public Instance Methods

handle(resp) click to toggle source
# File lib/codeship/response.rb, line 7
def handle resp
  resp.value()
  JSON.parse resp.body
end