Class: Celery::Tracking
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#index ⇒ Object
Returns the value of attribute index.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Celery::Base
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
4 5 6 |
# File 'lib/celery/tracking.rb', line 4 def domain @domain end |
#index ⇒ Object
Returns the value of attribute index.
4 5 6 |
# File 'lib/celery/tracking.rb', line 4 def index @index end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/celery/tracking.rb', line 4 def type @type end |