struct

Meridian::Audit::Entry

Inherits Struct < Value < Object

A single audit log line: when, who, which action, and a concise detail.

Constructors

new(timestamp : String, actor : String, action : String, detail : String)
Source

Class methods

parse(line : String) : Entry | Nil
Source

Instance methods

action
actor
clone
Source
copy_with(timestamp _timestamp = @timestamp, actor _actor = @actor, action _action = @action, detail _detail = @detail)
Source
detail
timestamp
to_line
Source