Class: Jazari::QueueTarget

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#public_referenceObject (readonly)

Returns the value of attribute public_reference

Returns:

  • (Object)

    the current value of public_reference



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

def public_reference
  @public_reference
end

#queueObject (readonly)

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



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

def queue
  @queue
end

#recipe_idObject (readonly)

Returns the value of attribute recipe_id

Returns:

  • (Object)

    the current value of recipe_id



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

def recipe_id
  @recipe_id
end