Module: Codeship::Response

Included in:
Builds, Projects
Defined in:
lib/codeship/response.rb

Instance Method Summary collapse

Instance Method Details

#handle(resp) ⇒ Object



7
8
9
10
# File 'lib/codeship/response.rb', line 7

def handle resp
  resp.value()
  JSON.parse resp.body
end