Class: Kward::Skills::Registry::SkillSource
- Inherits:
-
Struct
- Object
- Struct
- Kward::Skills::Registry::SkillSource
- Defined in:
- lib/kward/skills/registry.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#precedence ⇒ Object
Returns the value of attribute precedence.
-
#root ⇒ Object
Returns the value of attribute root.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
9 10 11 |
# File 'lib/kward/skills/registry.rb', line 9 def label @label end |
#precedence ⇒ Object
Returns the value of attribute precedence
9 10 11 |
# File 'lib/kward/skills/registry.rb', line 9 def precedence @precedence end |
#root ⇒ Object
Returns the value of attribute root
9 10 11 |
# File 'lib/kward/skills/registry.rb', line 9 def root @root end |
#scope ⇒ Object
Returns the value of attribute scope
9 10 11 |
# File 'lib/kward/skills/registry.rb', line 9 def scope @scope end |