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
38 39 40 |
# File 'lib/kward/config_files.rb', line 38 def description @description end |
#folder ⇒ Object
Returns the value of attribute folder
38 39 40 |
# File 'lib/kward/config_files.rb', line 38 def folder @folder end |
#name ⇒ Object
Returns the value of attribute name
38 39 40 |
# File 'lib/kward/config_files.rb', line 38 def name @name end |
#path ⇒ Object
Returns the value of attribute path
38 39 40 |
# File 'lib/kward/config_files.rb', line 38 def path @path end |