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
-
.client(options = {}) ⇒ Rubykiq::Client
Fetch the Rubykiq::Client.
Class Method Details
.client(options = {}) ⇒ Rubykiq::Client
Fetch the Rubykiq::Client
19 20 21 |
# File 'lib/rubykiq.rb', line 19 def self.client( = {}) @client ||= Rubykiq::Client.new() end |