struct

Conveyor::Job::Bogus2

Inherits Conveyor::Job < JSON::Serializable < Struct < Value < Object

This is provided just to make sure we have at least 2 Job subclasses. As of Crystal 1.10.1, it crashes the compiler if there aren't. :nodoc:

Constructors

new(pull : JSON::PullParser)

This is provided just to make sure we have at least 2 Job subclasses. As of Crystal 1.10.1, it crashes the compiler if there aren't. :nodoc:

Source

Instance methods

call

Override this method to provide this job's functionality.

Source
conveyor_job_type

This is provided just to make sure we have at least 2 Job subclasses. As of Crystal 1.10.1, it crashes the compiler if there aren't. :nodoc: