class Garden::DB::AuditLog

Included Modules

Defined in:

db.cr:207
db.cr:212

Constant Summary

PREFIX = "a"

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def action : String #

[View source]
def action=(action : String) #

[View source]
def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def gen_new_id #

[View source]
def id : String | Nil #

def id! : String #

def id=(id : String | Nil) #

def new_value : String #

[View source]
def new_value=(new_value : String) #

[View source]
def old_value : String #

[View source]
def old_value=(old_value : String) #

[View source]
def relevant_board : String | Nil #

[View source]
def relevant_board! : String #

[View source]
def relevant_board=(relevant_board : String | Nil) #

[View source]
def relevant_card : String | Nil #

[View source]
def relevant_card! : String #

[View source]
def relevant_card=(relevant_card : String | Nil) #

[View source]
def relevant_user : String | Nil #

[View source]
def relevant_user! : String #

[View source]
def relevant_user=(relevant_user : String | Nil) #

[View source]
def set_new_id #

[View source]