class LogActivity
- LogActivity
 - Reference
 - Object
 
Included Modules
- DB::Mappable
 
Defined in:
log_activity.crConstructors
Class Method Summary
Instance Method Summary
- #created_at : Time
 - #created_at=(_created_at : Time)
 - #event : String
 - #event=(_event : String)
 - #id : Int64
 - #id=(_id : Int64)
 - #metadata : JSON::Any
 - #metadata=(_metadata : JSON::Any)
 - #repo_id : Int64?
 - #repo_id=(_repo_id : Union(Int64, Nil) | Nil)
 - #shard_id : Int64?
 - #shard_id=(_shard_id : Union(Int64, Nil) | Nil)