0
0
Fork 0

added docs for #client

This commit is contained in:
Gibheer 2012-11-15 17:01:29 +01:00
parent 023b70f41c
commit 2c1465f36d
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ module Zero
@path ||= @env[CONST_PATH_INFO]
end
# return all information about the client
# @return [Client] an information object about the client
def client
@client ||= Request::Client.new(@env)
end