class UserIdentity
Attributes
host[RW]
records[RW]
user_agent[RW]
Public Class Methods
new(params)
click to toggle source
# File lib/log_analysis/model/user_identity.rb, line 10 def initialize(params) @host = params[:host] @user_agent = params[:user_agent] @records = params[:records] end