Class: Celery::Tracking

Inherits:
Base
  • Object
show all
Defined in:
lib/celery/tracking.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Celery::Base

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



4
5
6
# File 'lib/celery/tracking.rb', line 4

def domain
  @domain
end

#indexObject

Returns the value of attribute index.



4
5
6
# File 'lib/celery/tracking.rb', line 4

def index
  @index
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/celery/tracking.rb', line 4

def type
  @type
end