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