Skip to content
Kward Search API index

Class: Kward::Skills::Registry::SkillSource

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

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



9
10
11
# File 'lib/kward/skills/registry.rb', line 9

def label
  @label
end

#precedenceObject

Returns the value of attribute precedence

Returns:

  • (Object)

    the current value of precedence



9
10
11
# File 'lib/kward/skills/registry.rb', line 9

def precedence
  @precedence
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



9
10
11
# File 'lib/kward/skills/registry.rb', line 9

def root
  @root
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



9
10
11
# File 'lib/kward/skills/registry.rb', line 9

def scope
  @scope
end