Class: Jazari::QueueTarget
- Inherits:
-
Data
- Object
- Data
- Jazari::QueueTarget
- Defined in:
- lib/jazari/targets.rb
Overview
A stable name for a ritual that outlives any record. Read-only by design: a ritual has exactly one editable home, and that is its recipe.
Instance Attribute Summary collapse
-
#public_reference ⇒ Object
readonly
Returns the value of attribute public_reference.
-
#queue ⇒ Object
readonly
Returns the value of attribute queue.
-
#recipe_id ⇒ Object
readonly
Returns the value of attribute recipe_id.
Instance Attribute Details
#public_reference ⇒ Object (readonly)
Returns the value of attribute public_reference
14 15 16 |
# File 'lib/jazari/targets.rb', line 14 def public_reference @public_reference end |
#queue ⇒ Object (readonly)
Returns the value of attribute queue
14 15 16 |
# File 'lib/jazari/targets.rb', line 14 def queue @queue end |
#recipe_id ⇒ Object (readonly)
Returns the value of attribute recipe_id
14 15 16 |
# File 'lib/jazari/targets.rb', line 14 def recipe_id @recipe_id end |