Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
butler
master
Butler
ConfusedButler
Dispatcher
Entity
Task
Instruction
CreateTask
Initialize
Instruction
ListTasks
Logger
MalformedInstruction
Store
UnknownInstruction
Built with Crystal 1.9.2
2023-10-07 16:46:52 UTC
class
Butler::Store
Butler::Store
Reference
Object
Defined in:
butler/store.cr
Class Method Summary
.instance
Instance Method Summary
#persist!
#save
(task : Entity::Task)
#unique?
(task : Entity::Task)
Class Method Detail
def self.
instance
#
[
View source
]
Instance Method Detail
def
persist!
#
[
View source
]
def
save
(task :
Entity::Task
)
#
[
View source
]
def
unique?
(task :
Entity::Task
)
#
[
View source
]