Module: CeleryClient

Defined in:
lib/celery_client.rb,
lib/celery_client/http.rb,
lib/celery_client/version.rb,
lib/celery_client/task_manager.rb

Defined Under Namespace

Classes: HTTP, TaskManager

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.source_rootObject



14
15
16
# File 'lib/celery_client.rb', line 14

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end