class DansguardianDeniedAction::TabLog
Represents a single log line in the access logs with the Tab delimited (4) 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/tab_log.rb, line 9 def initialize( raw ) super end