class DansguardianDeniedAction::ProtexBlankedLog
Represents a single log line in the access logs with the Protex format with server field blanked (6) 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/protex_blanked_log.rb, line 10 def initialize( raw ) super end