Skip to content

Commit

Permalink
removing response type
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Oct 29, 2010
1 parent ba935b6 commit 5a7f11e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
23 changes: 0 additions & 23 deletions lib/restfulie/client/http/response.rb

This file was deleted.

4 changes: 4 additions & 0 deletions lib/restfulie/client/http/response_holder.rb
Expand Up @@ -20,6 +20,10 @@ def results_from(request, response)
@request = request
@response = response
end

def verb
@request.verb
end

end
end

0 comments on commit 5a7f11e

Please sign in to comment.