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
16 17 18 |
# File 'lib/kward/skills/registry.rb', line 16 def label @label end |
#precedence ⇒ Object
Returns the value of attribute precedence
16 17 18 |
# File 'lib/kward/skills/registry.rb', line 16 def precedence @precedence end |
#root ⇒ Object
Returns the value of attribute root
16 17 18 |
# File 'lib/kward/skills/registry.rb', line 16 def root @root end |
#scope ⇒ Object
Returns the value of attribute scope
16 17 18 |
# File 'lib/kward/skills/registry.rb', line 16 def scope @scope end |