Class: Jazari::RecordTarget

Inherits:
Data
  • Object
show all
Defined in:
lib/jazari/targets.rb

Overview

Hosts authorize the actor FIRST, then construct exactly one of these. The domain never accepts a raw id, an arbitrary record, or an actor.

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



6
7
8
# File 'lib/jazari/targets.rb', line 6

def public_reference
  @public_reference
end

#recipe_idObject (readonly)

Returns the value of attribute recipe_id

Returns:

  • (Object)

    the current value of recipe_id



6
7
8
# File 'lib/jazari/targets.rb', line 6

def recipe_id
  @recipe_id
end

#runbookableObject (readonly)

Returns the value of attribute runbookable

Returns:

  • (Object)

    the current value of runbookable



6
7
8
# File 'lib/jazari/targets.rb', line 6

def runbookable
  @runbookable
end