Class: GDKBox::Skills::Skill
- Inherits:
-
Struct
- Object
- Struct
- GDKBox::Skills::Skill
- Defined in:
- lib/gdkbox/skills.rb
Overview
A discovered skill: where it lives and a one-line summary for listings.
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
16 17 18 |
# File 'lib/gdkbox/skills.rb', line 16 def description @description end |
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/gdkbox/skills.rb', line 16 def name @name end |
#origin ⇒ Object
Returns the value of attribute origin
16 17 18 |
# File 'lib/gdkbox/skills.rb', line 16 def origin @origin end |
#path ⇒ Object
Returns the value of attribute path
16 17 18 |
# File 'lib/gdkbox/skills.rb', line 16 def path @path end |