Class: Jazari::AnchorTarget

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

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



10
11
12
# File 'lib/jazari/targets.rb', line 10

def key
  @key
end

#public_referenceObject (readonly)

Returns the value of attribute public_reference

Returns:

  • (Object)

    the current value of public_reference



10
11
12
# File 'lib/jazari/targets.rb', line 10

def public_reference
  @public_reference
end

#recipe_idObject (readonly)

Returns the value of attribute recipe_id

Returns:

  • (Object)

    the current value of recipe_id



10
11
12
# File 'lib/jazari/targets.rb', line 10

def recipe_id
  @recipe_id
end

#scope_idObject (readonly)

Returns the value of attribute scope_id

Returns:

  • (Object)

    the current value of scope_id



10
11
12
# File 'lib/jazari/targets.rb', line 10

def scope_id
  @scope_id
end

#scope_typeObject (readonly)

Returns the value of attribute scope_type

Returns:

  • (Object)

    the current value of scope_type



10
11
12
# File 'lib/jazari/targets.rb', line 10

def scope_type
  @scope_type
end