From 290165c440caceb53fd12ad6aa460069852a26ec Mon Sep 17 00:00:00 2001 From: Gibheer Date: Tue, 22 Oct 2013 17:17:37 +0200 Subject: [PATCH] some more cleanup of the response --- lib/zero/response.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/zero/response.rb b/lib/zero/response.rb index 582c0e9..ab4acde 100644 --- a/lib/zero/response.rb +++ b/lib/zero/response.rb @@ -1,8 +1,11 @@ module Zero # This is the representation of a response class Response + # the status code of the response attr_reader :status + # the body of the response attr_reader :body + # set or get current headers attr_accessor :header # Constructor