Class: Jazari::AnchorTarget
- Inherits:
-
Data
- Object
- Data
- Jazari::AnchorTarget
- Defined in:
- lib/jazari/targets.rb
Overview
Any subject that is not an ActiveRecord row: a JSON-tree node, a file path,
a DNS zone, a document. scope is host-registered.
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#public_reference ⇒ Object
readonly
Returns the value of attribute public_reference.
-
#recipe_id ⇒ Object
readonly
Returns the value of attribute recipe_id.
-
#scope_id ⇒ Object
readonly
Returns the value of attribute scope_id.
-
#scope_type ⇒ Object
readonly
Returns the value of attribute scope_type.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
10 11 12 |
# File 'lib/jazari/targets.rb', line 10 def key @key end |
#public_reference ⇒ Object (readonly)
Returns the value of attribute public_reference
10 11 12 |
# File 'lib/jazari/targets.rb', line 10 def public_reference @public_reference end |
#recipe_id ⇒ Object (readonly)
Returns the value of attribute recipe_id
10 11 12 |
# File 'lib/jazari/targets.rb', line 10 def recipe_id @recipe_id end |
#scope_id ⇒ Object (readonly)
Returns the value of attribute scope_id
10 11 12 |
# File 'lib/jazari/targets.rb', line 10 def scope_id @scope_id end |
#scope_type ⇒ Object (readonly)
Returns the value of attribute scope_type
10 11 12 |
# File 'lib/jazari/targets.rb', line 10 def scope_type @scope_type end |