class Jobs::DevicePreparation
- Jobs::DevicePreparation
- Reference
- Object
Included Modules
- Sidekiq::Worker
Extended Modules
- Sidekiq::Worker::ClassMethods
Defined in:
jobs/device_preparation.crConstant Summary
-
ARGS_TUPLE =
Tuple(String) -
We define a tuple with types from each of the arguments. For example, if the args are
name : String, age : Int32we generatetuple = Tuple(String, Int32).