Skip to content
Kward Search API index

Class: Kward::Skills::Registry::SkillCandidate

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/skills/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#digestObject

Returns the value of attribute digest

Returns:

  • (Object)

    the current value of digest



17
18
19
# File 'lib/kward/skills/registry.rb', line 17

def digest
  @digest
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



17
18
19
# File 'lib/kward/skills/registry.rb', line 17

def label
  @label
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/kward/skills/registry.rb', line 17

def path
  @path
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



17
18
19
# File 'lib/kward/skills/registry.rb', line 17

def root
  @root
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



17
18
19
# File 'lib/kward/skills/registry.rb', line 17

def scope
  @scope
end