class FetchUserJob
- FetchUserJob
- MosquitoQueuedJobWithErrorHandler
- Mosquito::QueuedJob
- Mosquito::Job
- Reference
- Object
Defined in:
jobs/fetch_user_job.crConstant Summary
-
PARAMETERS =
[{name: user_id, value: , type: Int64, method_suffix: int64}] of Nil
Constructors
Class Method Summary
Macro Summary
Instance Method Summary
- #build_job_run
-
#perform
abstract, override in a Job descendant to do something productive
- #user_id : Int64
- #user_id=(value : Int64) : Int64
- #user_id? : Int64 | Nil
- #vars_from(config : Hash(String, String))
Constructor Detail
Class Method Detail
Macro Detail
Instance Method Detail
def perform
#
Description copied from class Mosquito::Job
abstract, override in a Job descendant to do something productive