class Jobs::DevicePreparation

Included Modules

Extended Modules

Defined in:

jobs/device_preparation.cr

Constant 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 : Int32 we generate tuple = Tuple(String, Int32).

Instance Method Summary

Instance Method Detail

def _perform(data : String) #

[View source]
def perform(mac : String) #

[View source]