module PerfectQueue::BackendHelper

Attributes

client[R]

Public Class Methods

new(client, config) click to toggle source
# File lib/perfectqueue/backend.rb, line 28
def initialize(client, config)
  @client = client
  @config = config
end

Public Instance Methods

close() click to toggle source
# File lib/perfectqueue/backend.rb, line 35
def close
  # do nothing by default
end