Jobs::DevicePreparation
Inherits Sidekiq::Worker < Reference < Object
Constants
ARGS_TUPLE = Tuple(String)
We define a tuple with types from each of the arguments.
For example, if the args are name : String, age : Int32
we generate tuple = Tuple(String, Int32).
Instance methods
_perform(data : String)
Sourceperform(mac : String)
Source