Class XhochY::Drossellog::IPCounter
In: xhochy/drossellog/ipcounter.rb
Parent: Object
LogFileParser LogLine DailyReport IPCounter Drossellog XhochY dot/f_1.png

Counts the number of IP‘s and how much they‘ve surfed

Methods

new  

Attributes

users  [R]  The users(IP adresses) which made requests

Public Class methods

[Source]

    # File xhochy/drossellog/ipcounter.rb, line 10
10:       def initialize
11:         @users = []
12:       end

[Validate]