Module: Rubykiq

Extended by:
SingleForwardable
Defined in:
lib/rubykiq.rb,
lib/rubykiq/client.rb,
lib/rubykiq/version.rb,
lib/rubykiq/connection.rb

Defined Under Namespace

Classes: Client, Connection

Constant Summary collapse

VERSION =
'1.0.0'

Class Method Summary collapse

Class Method Details

.client(options = {}) ⇒ Rubykiq::Client

Fetch the Rubykiq::Client

Returns:



19
20
21
# File 'lib/rubykiq.rb', line 19

def self.client(options = {})
  @client ||= Rubykiq::Client.new(options)
end