class Tasko::Changeset

Defined in:

tasko/changeset.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(application : Application) #

[View source]

Instance Method Detail

def add_dependency(task : Key, *, requires : Key) : Nil #

[View source]
def create_task(name : String, data : D) : Key forall D #

[View source]