class Jobs::DevicePreparation::PerformProxy

Defined in:

jobs/device_preparation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def perform(mac : String) #

[View source]
def perform_at(interval : Time, mac : String) #

[View source]
def perform_bulk(argses : Array(Tuple(String))) #

[View source]
def perform_in(interval : Time::Span, mac : String) #

[View source]