Class: Routemaster::Jobs::Client

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/routemaster/jobs/client.rb

Instance Method Summary collapse

Methods included from Forwardable

_compile_method

Constructor Details

#initialize(adapter = nil) ⇒ Client

Returns a new instance of Client.



10
11
12
# File 'lib/routemaster/jobs/client.rb', line 10

def initialize(adapter = nil)
  @backend = build_backend(adapter)
end