Skip to content

Commit

Permalink
some more cleanup of the response
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibheer committed Oct 22, 2013
1 parent 9c66360 commit 290165c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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
Expand Down

0 comments on commit 290165c

Please sign in to comment.