Class: Jazari::RecordTarget
- Inherits:
-
Data
- Object
- Data
- Jazari::RecordTarget
- 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
-
#public_reference ⇒ Object
readonly
Returns the value of attribute public_reference.
-
#recipe_id ⇒ Object
readonly
Returns the value of attribute recipe_id.
-
#runbookable ⇒ Object
readonly
Returns the value of attribute runbookable.
Instance Attribute Details
#public_reference ⇒ Object (readonly)
Returns the value of attribute public_reference
6 7 8 |
# File 'lib/jazari/targets.rb', line 6 def public_reference @public_reference end |
#recipe_id ⇒ Object (readonly)
Returns the value of attribute recipe_id
6 7 8 |
# File 'lib/jazari/targets.rb', line 6 def recipe_id @recipe_id end |
#runbookable ⇒ Object (readonly)
Returns the value of attribute runbookable
6 7 8 |
# File 'lib/jazari/targets.rb', line 6 def runbookable @runbookable end |