diff --git a/lib/restclient/response.rb b/lib/restclient/response.rb index e934d20..e9d1b22 100644 --- a/lib/restclient/response.rb +++ b/lib/restclient/response.rb @@ -6,7 +6,9 @@ module RestClient include AbstractResponse - attr_accessor :args, :body, :net_http_res + attr_accessor :args, :net_http_res + + attr_writer :body def body self