class DansguardianDeniedAction::DansguardianLog

Represents a single log line in the access logs with the DansGuardian (1) 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/dansguardian_log.rb, line 9
def initialize( raw )
  super
end