Class: ModsecurityAuditLogParser::NativeParser::AuditLogFooterPart

Inherits:
Part
  • Object
show all
Defined in:
lib/modsecurity_audit_log_parser.rb

Instance Method Summary collapse

Methods inherited from Part

inherited, new_subclass, #to_hash, #type

Instance Method Details

#add(line) ⇒ Object



261
262
263
# File 'lib/modsecurity_audit_log_parser.rb', line 261

def add(line)
  # ignore
end

#merge!(hash) ⇒ Object



265
266
267
# File 'lib/modsecurity_audit_log_parser.rb', line 265

def merge!(hash)
  # ignore
end