module Controller::TaskStatus

Extended Modules

Defined in:

controllers/task_status.cr

Constant Summary

Query = Crecto::Repo::Query

Instance Method Summary

Instance Method Detail

def all #

[View source]
def create(job_status_id : Int32, job_id : Int32, task_id : Int32 | Nil, status : String, response : String) #

[View source]
def get_by_job_status_id(job_status_id : Int32) #

[View source]
def update(id : Int32, status : String, response : String) #

[View source]