Class: Kward::ConfigFiles::Skill
- Inherits:
-
Struct
- Object
- Struct
- Kward::ConfigFiles::Skill
- Defined in:
- lib/kward/config_files.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#folder ⇒ Object
Returns the value of attribute folder.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
28 29 30 |
# File 'lib/kward/config_files.rb', line 28 def description @description end |
#folder ⇒ Object
Returns the value of attribute folder
28 29 30 |
# File 'lib/kward/config_files.rb', line 28 def folder @folder end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/kward/config_files.rb', line 28 def name @name end |
#path ⇒ Object
Returns the value of attribute path
28 29 30 |
# File 'lib/kward/config_files.rb', line 28 def path @path end |