Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Controller::JobStatus
Constants
Query =
Crecto::Repo::Query
Instance methods
all
Source
create
(job_id :
Int32
, status :
String
, response :
String
)
Source
get_by_id
(id :
Int32
)
Source
get_by_job_id
(job_id :
Int32
)
Source
update
(id :
Int32
, status :
String
, response :
String
)
Source