Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
CatchUp
master
ArrayUtils
CatchUp
ChatLog
CLI
Database
IRC
Client
Message
Type
Web
FileStorage
IndexView
Generated using Crystal 1.14.0
2024-11-30 18:19:46 UTC
class
CatchUp::
ChatLog
CatchUp::ChatLog
Reference
Object
Defined in:
chat_log.cr
Constructors
.new
(db : DB::Database, table : String)
Instance Method Summary
#add
(msg : Message)
#delete_old
(older_than : Time::Span)
#json
#values
Constructor Detail
def self.
new
(db : DB::Database, table : String)
#
[
View source
]
Instance Method Detail
def
add
(msg :
Message
)
#
[
View source
]
def
delete_old
(older_than : Time::Span)
#
[
View source
]
def
json
#
[
View source
]
def
values
#
[
View source
]