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.1'

Class Method Summary collapse

Class Method Details

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

Fetch the Rubykiq::Client

Returns:



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

def self.client(options = {})
  initialize_client(options) unless defined?(@client)
  @client
end