Class: Kward::Skills::Registry::SkillCandidate
- Inherits:
-
Struct
- Object
- Struct
- Kward::Skills::Registry::SkillCandidate
- Defined in:
- lib/kward/skills/registry.rb
Instance Attribute Summary collapse
-
#digest ⇒ Object
Returns the value of attribute digest.
-
#label ⇒ Object
Returns the value of attribute label.
-
#path ⇒ Object
Returns the value of attribute path.
-
#root ⇒ Object
Returns the value of attribute root.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#digest ⇒ Object
Returns the value of attribute digest
17 18 19 |
# File 'lib/kward/skills/registry.rb', line 17 def digest @digest end |
#label ⇒ Object
Returns the value of attribute label
17 18 19 |
# File 'lib/kward/skills/registry.rb', line 17 def label @label end |
#path ⇒ Object
Returns the value of attribute path
17 18 19 |
# File 'lib/kward/skills/registry.rb', line 17 def path @path end |
#root ⇒ Object
Returns the value of attribute root
17 18 19 |
# File 'lib/kward/skills/registry.rb', line 17 def root @root end |
#scope ⇒ Object
Returns the value of attribute scope
17 18 19 |
# File 'lib/kward/skills/registry.rb', line 17 def scope @scope end |