0
0
Fork 0

some more cleanup of the response

This commit is contained in:
Gibheer 2013-10-22 17:17:37 +02:00
parent 9c66360b98
commit 290165c440
1 changed files with 3 additions and 0 deletions

View File

@ -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