Class: SolidQueueGuard::Checks::Runtime::Base

Inherits:
Checks::Base
  • Object
show all
Defined in:
lib/solid_queue_guard/checks/runtime/base.rb

Constant Summary collapse

NOT_IMPLEMENTED_MESSAGE =
'Runtime check not implemented until v0.2'

Instance Method Summary collapse

Instance Method Details

#callObject



9
10
11
# File 'lib/solid_queue_guard/checks/runtime/base.rb', line 9

def call
  skip(check_id, NOT_IMPLEMENTED_MESSAGE)
end