class DansguardianDeniedAction::SquidLog

Represents a single log line in the access logs with the Squid (3) log file format

Public Class Methods

new( raw ) click to toggle source

@param raw [String] Raw log line string that will be parsed

Calls superclass method DansguardianDeniedAction::Log::new
# File lib/dansguardian_denied_action/logs/squid_log.rb, line 9
def initialize( raw )
  super
end